Home
last modified time | relevance | path

Searched refs:EagerCompileHint (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/ast/
Dast.h2224 enum EagerCompileHint { kShouldEagerCompile, kShouldLazyCompile }; enum
2365 EagerCompileHint eager_compile_hint, int position, bool has_braces,
3219 FunctionLiteral::EagerCompileHint eager_compile_hint, int position,
/external/v8/src/parsing/
Dparser-base.h328 FunctionLiteral::EagerCompileHint eager_compile_hint) { in set_default_eager_compile_hint()
332 FunctionLiteral::EagerCompileHint default_eager_compile_hint() const { in default_eager_compile_hint()
1567 FunctionLiteral::EagerCompileHint default_eager_compile_hint_;
4391 FunctionLiteral::EagerCompileHint eager_compile_hint = in ParseArrowFunctionLiteral()
Dpreparser.h730 FunctionLiteral::EagerCompileHint eager_compile_hint, int position,
Dparser.cc2495 FunctionLiteral::EagerCompileHint eager_compile_hint = in ParseFunctionLiteral()