Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser.cc541 : FunctionLiteral::kShouldEagerCompile); in Parser()
2533 ? FunctionLiteral::kShouldEagerCompile in ParseFunctionLiteral()
2676 eager_compile_hint = FunctionLiteral::kShouldEagerCompile; in ParseFunctionLiteral()
Dparser-base.h4191 eager_compile_hint = FunctionLiteral::kShouldEagerCompile; in ParseArrowFunctionLiteral()
/external/v8/src/ast/
Dast.h2566 enum EagerCompileHint { kShouldEagerCompile, kShouldLazyCompile }; enumerator
2727 if (eager_compile_hint == kShouldEagerCompile) SetShouldEagerCompile(); in FunctionLiteral()