Searched refs:HasTrivialContext (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dscopes.h414 bool HasTrivialContext() const;
H A Dscopes.cc510 bool Scope::HasTrivialContext() const { function in class:v8::internal::Scope
530 return !scope_inside_with_ && outer->HasTrivialContext();

Completed in 137 milliseconds