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

/external/v8/src/ast/
H A Dscopes.cc303 bool DeclarationScope::ShouldEagerCompile() const { function in class:v8::internal::DeclarationScope
1242 DCHECK(GetClosureScope()->ShouldEagerCompile());
1491 if (scope->ShouldEagerCompile()) Indent(n1, "// will be compiled\n");
2028 scope->AsDeclarationScope()->ShouldEagerCompile()) {
H A Dast.cc291 bool FunctionLiteral::ShouldEagerCompile() const { function in class:v8::internal::FunctionLiteral
292 return scope()->ShouldEagerCompile();
H A Dscopes.h620 bool ShouldEagerCompile() const;
H A Dast.h2654 bool ShouldEagerCompile() const;
/external/v8/src/
H A Dcompiler.cc1602 if (!literal->ShouldEagerCompile()) {

Completed in 112 milliseconds