Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dast.h2165 enum EagerCompileHint : uint8_t { kShouldEagerCompile, kShouldLazyCompile }; enumerator
3250 FunctionLiteral::kShouldLazyCompile, 0, /* has_braces */ false, in NewScriptOrEvalFunctionLiteral()
/third_party/node/deps/v8/src/parsing/
Dparser.cc471 ? FunctionLiteral::kShouldLazyCompile in Parser()
2689 eager_compile_hint == FunctionLiteral::kShouldLazyCompile; in ParseFunctionLiteral()
Dparser-base.h267 default_eager_compile_hint_(FunctionLiteral::kShouldLazyCompile) { in ParserBase()
4530 eager_compile_hint == FunctionLiteral::kShouldLazyCompile; in ParseArrowFunctionLiteral()