Searched refs:kShouldEagerCompile (Results 1 – 3 of 3) sorted by relevance
541 : FunctionLiteral::kShouldEagerCompile); in Parser()2533 ? FunctionLiteral::kShouldEagerCompile in ParseFunctionLiteral()2676 eager_compile_hint = FunctionLiteral::kShouldEagerCompile; in ParseFunctionLiteral()
4191 eager_compile_hint = FunctionLiteral::kShouldEagerCompile; in ParseArrowFunctionLiteral()
2566 enum EagerCompileHint { kShouldEagerCompile, kShouldLazyCompile }; enumerator2727 if (eager_compile_hint == kShouldEagerCompile) SetShouldEagerCompile(); in FunctionLiteral()