Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.h2739 EagerCompileHint eager_compile_hint, FunctionKind kind, in FunctionLiteral() argument
2759 ShouldEagerCompile::encode(eager_compile_hint == kShouldEagerCompile) | in FunctionLiteral()
3446 FunctionLiteral::EagerCompileHint eager_compile_hint, FunctionKind kind, in NewFunctionLiteral() argument
3451 function_type, has_duplicate_parameters, eager_compile_hint, kind, in NewFunctionLiteral()
/external/v8/src/parsing/
Dpreparser.h548 FunctionLiteral::EagerCompileHint eager_compile_hint, FunctionKind kind, in NewFunctionLiteral() argument
Dparser.cc4141 FunctionLiteral::EagerCompileHint eager_compile_hint = in ParseFunctionLiteral() local
4241 eager_compile_hint = FunctionLiteral::kShouldEagerCompile; in ParseFunctionLiteral()
4262 eager_compile_hint != FunctionLiteral::kShouldEagerCompile; in ParseFunctionLiteral()
4335 eager_compile_hint, kind, pos); in ParseFunctionLiteral()