Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.h2576 enum EagerCompileHint { kShouldEagerCompile, kShouldLazyCompile }; enum
2722 EagerCompileHint eager_compile_hint, int position, in FunctionLiteral()
3465 FunctionLiteral::EagerCompileHint eager_compile_hint, int position, in NewFunctionLiteral()
/external/v8/src/parsing/
Dparser-base.h241 FunctionLiteral::EagerCompileHint eager_compile_hint) { in set_default_eager_compile_hint()
245 FunctionLiteral::EagerCompileHint default_eager_compile_hint() const { in default_eager_compile_hint()
1438 FunctionLiteral::EagerCompileHint default_eager_compile_hint_;
3912 FunctionLiteral::EagerCompileHint eager_compile_hint = in ParseArrowFunctionLiteral()
Dpreparser.h664 FunctionLiteral::EagerCompileHint eager_compile_hint, int position, in NewFunctionLiteral()
Dparser.cc2534 FunctionLiteral::EagerCompileHint eager_compile_hint = in ParseFunctionLiteral()