Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser.cc616 ? FunctionLiteral::kShouldLazyCompile in Parser()
2576 eager_compile_hint == FunctionLiteral::kShouldLazyCompile; in ParseFunctionLiteral()
2608 eager_compile_hint == FunctionLiteral::kShouldLazyCompile))) && in ParseFunctionLiteral()
3418 FunctionLiteral::kShouldLazyCompile, initializer_scope->start_position(), in SynthesizeClassFieldInitializer()
Dparser-base.h209 default_eager_compile_hint_(FunctionLiteral::kShouldLazyCompile), in ParserBase()
3915 eager_compile_hint == FunctionLiteral::kShouldLazyCompile; in ParseArrowFunctionLiteral()
/external/v8/src/ast/
Dast.h2576 enum EagerCompileHint { kShouldEagerCompile, kShouldLazyCompile }; enumerator
3486 FunctionLiteral::kShouldLazyCompile, 0, false, true); in NewScriptOrEvalFunctionLiteral()