Searched refs:kShouldLazyCompile (Results 1 – 3 of 3) sorted by relevance
243 FunctionLiteral::kShouldLazyCompile, kind, pos); in DefaultConstructor()943 FunctionLiteral::kGlobalOrEval, FunctionLiteral::kShouldLazyCompile, in DoParseProgram()4143 : FunctionLiteral::kShouldLazyCompile; in ParseFunctionLiteral()
3124 FunctionLiteral::kShouldLazyCompile, FunctionKind::kArrowFunction, in ParseArrowFunctionLiteral()
2623 enum EagerCompileHint { kShouldEagerCompile, kShouldLazyCompile }; enumerator