Home
last modified time | relevance | path

Searched refs:kShouldEagerCompile (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/parsing/
Dparser.cc443 : FunctionLiteral::kShouldEagerCompile); in Parser()
2497 ? FunctionLiteral::kShouldEagerCompile in ParseFunctionLiteral()
2636 eager_compile_hint = FunctionLiteral::kShouldEagerCompile; in ParseFunctionLiteral()
3253 FunctionLiteral::kShouldEagerCompile, scope->start_position(), true, in CreateInitializerFunction()
/external/v8/src/ast/
Dast.h2224 enum EagerCompileHint { kShouldEagerCompile, kShouldLazyCompile }; enumerator
2387 if (eager_compile_hint == kShouldEagerCompile) SetShouldEagerCompile(); in Expression()