Searched refs:kShouldEagerCompile (Results 1 – 3 of 3) sorted by relevance
2576 enum EagerCompileHint { kShouldEagerCompile, kShouldLazyCompile }; enumerator2746 if (eager_compile_hint == kShouldEagerCompile) SetShouldEagerCompile(); in FunctionLiteral()
617 : FunctionLiteral::kShouldEagerCompile); in Parser()2536 ? FunctionLiteral::kShouldEagerCompile in ParseFunctionLiteral()2671 eager_compile_hint = FunctionLiteral::kShouldEagerCompile; in ParseFunctionLiteral()
3969 eager_compile_hint = FunctionLiteral::kShouldEagerCompile; in ParseArrowFunctionLiteral()