Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.h2711 EagerCompileHint eager_compile_hint, FunctionKind kind, in FunctionLiteral() argument
2730 ShouldEagerCompile::encode(eager_compile_hint == kShouldEagerCompile) | in FunctionLiteral()
3445 FunctionLiteral::EagerCompileHint eager_compile_hint, FunctionKind kind, in NewFunctionLiteral() argument
3450 function_type, has_duplicate_parameters, eager_compile_hint, kind, in NewFunctionLiteral()
/external/v8/src/parsing/
Dpreparser.h550 FunctionLiteral::EagerCompileHint eager_compile_hint, FunctionKind kind, in NewFunctionLiteral() argument
Dparser.cc4192 FunctionLiteral::EagerCompileHint eager_compile_hint; in ParseFunctionLiteral() local
4202 eager_compile_hint = function_state_->this_function_is_parenthesized() in ParseFunctionLiteral()
4298 eager_compile_hint = FunctionLiteral::kShouldEagerCompile; in ParseFunctionLiteral()
4321 eager_compile_hint != FunctionLiteral::kShouldEagerCompile && in ParseFunctionLiteral()
4384 eager_compile_hint, kind, pos); in ParseFunctionLiteral()