Home
last modified time | relevance | path

Searched refs:kShouldLazyCompile (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/parsing/
Dparser.cc243 FunctionLiteral::kShouldLazyCompile, kind, pos); in DefaultConstructor()
943 FunctionLiteral::kGlobalOrEval, FunctionLiteral::kShouldLazyCompile, in DoParseProgram()
4143 : FunctionLiteral::kShouldLazyCompile; in ParseFunctionLiteral()
Dparser-base.h3124 FunctionLiteral::kShouldLazyCompile, FunctionKind::kArrowFunction, in ParseArrowFunctionLiteral()
/external/v8/src/ast/
Dast.h2623 enum EagerCompileHint { kShouldEagerCompile, kShouldLazyCompile }; enumerator