Searched refs:eager_compile_hint (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ast/ |
D | ast.h | 2711 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/ |
D | preparser.h | 550 FunctionLiteral::EagerCompileHint eager_compile_hint, FunctionKind kind, in NewFunctionLiteral() argument
|
D | parser.cc | 4192 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()
|