Searched refs:kShouldEagerCompile (Results 1 – 2 of 2) sorted by relevance
443 : 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()
2224 enum EagerCompileHint { kShouldEagerCompile, kShouldLazyCompile }; enumerator2387 if (eager_compile_hint == kShouldEagerCompile) SetShouldEagerCompile(); in Expression()