Home
last modified time | relevance | path

Searched refs:ShouldEagerCompile (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/ast/
Dscopes.cc346 bool DeclarationScope::ShouldEagerCompile() const { in ShouldEagerCompile() function in v8::internal::DeclarationScope
1383 DCHECK(GetClosureScope()->ShouldEagerCompile()); in NeedsScopeInfo()
1666 if (scope->ShouldEagerCompile()) Indent(n1, "// will be compiled\n"); in Print()
2254 scope->AsDeclarationScope()->ShouldEagerCompile()) { in AllocateScopeInfosRecursively()
Dast.cc317 bool FunctionLiteral::ShouldEagerCompile() const { in ShouldEagerCompile() function in v8::internal::FunctionLiteral
318 return scope()->ShouldEagerCompile(); in ShouldEagerCompile()
Dscopes.h657 bool ShouldEagerCompile() const;
Dast-numbering.cc639 if (node->ShouldEagerCompile()) { in VisitFunctionLiteral()
Dast.h2648 bool ShouldEagerCompile() const;