Home
last modified time | relevance | path

Searched refs:HasTrivialOuterContext (Results 1 – 3 of 3) sorted by relevance

/external/webkit/V8Binding/v8/src/
Dscopes.cc360 return !force_eager_compilation_ && HasTrivialOuterContext(); in AllowsLazyCompilation()
378 bool Scope::HasTrivialOuterContext() const { in HasTrivialOuterContext() function in v8::internal::Scope
477 if (HasTrivialOuterContext()) { in Print()
Dscopes.h270 bool HasTrivialOuterContext() const;
Dparser.cc3710 mode() == PARSE_LAZILY && top_scope_->HasTrivialOuterContext(); in ParseFunctionLiteral()