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