Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.h2576 enum EagerCompileHint { kShouldEagerCompile, kShouldLazyCompile }; enumerator
2746 if (eager_compile_hint == kShouldEagerCompile) SetShouldEagerCompile(); in FunctionLiteral()
/external/v8/src/parsing/
Dparser.cc617 : FunctionLiteral::kShouldEagerCompile); in Parser()
2536 ? FunctionLiteral::kShouldEagerCompile in ParseFunctionLiteral()
2671 eager_compile_hint = FunctionLiteral::kShouldEagerCompile; in ParseFunctionLiteral()
Dparser-base.h3969 eager_compile_hint = FunctionLiteral::kShouldEagerCompile; in ParseArrowFunctionLiteral()