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

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

Completed in 376 milliseconds