Searched refs:eager_compile_hint (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/ast/ |
H A D | ast.h | 2313 EagerCompileHint eager_compile_hint, int position, in FunctionLiteral() 2335 if (eager_compile_hint == kShouldEagerCompile) SetShouldEagerCompile(); in FunctionLiteral() 3228 FunctionLiteral::EagerCompileHint eager_compile_hint, int position, in NewFunctionLiteral() 3235 has_duplicate_parameters, eager_compile_hint, position, has_braces, in NewFunctionLiteral() 2307 FunctionLiteral(Zone* zone, const AstConsString* name, AstValueFactory* ast_value_factory, DeclarationScope* scope, const ScopedPtrList<Statement>& body, int expected_property_count, int parameter_count, int function_length, FunctionSyntaxKind function_syntax_kind, ParameterFlag has_duplicate_parameters, EagerCompileHint eager_compile_hint, int position, bool has_braces, int function_literal_id, ProducedPreparseData* produced_preparse_data = nullptr) FunctionLiteral() argument 3222 NewFunctionLiteral( const AstRawString* name, DeclarationScope* scope, const ScopedPtrList<Statement>& body, int expected_property_count, int parameter_count, int function_length, FunctionLiteral::ParameterFlag has_duplicate_parameters, FunctionSyntaxKind function_syntax_kind, FunctionLiteral::EagerCompileHint eager_compile_hint, int position, bool has_braces, int function_literal_id, ProducedPreparseData* produced_preparse_data = nullptr) NewFunctionLiteral() argument
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser.cc | 2647 FunctionLiteral::EagerCompileHint eager_compile_hint = in ParseFunctionLiteral() local 2689 eager_compile_hint == FunctionLiteral::kShouldLazyCompile; in ParseFunctionLiteral() 2810 eager_compile_hint, pos, true, function_literal_id, in ParseFunctionLiteral()
|
H A D | parser-base.h | 284 FunctionLiteral::EagerCompileHint eager_compile_hint) { in set_default_eager_compile_hint() 285 default_eager_compile_hint_ = eager_compile_hint; in set_default_eager_compile_hint() 4527 FunctionLiteral::EagerCompileHint eager_compile_hint = in ParseArrowFunctionLiteral() local 4530 eager_compile_hint == FunctionLiteral::kShouldLazyCompile; in ParseArrowFunctionLiteral() 4644 FunctionSyntaxKind::kAnonymousExpression, eager_compile_hint, in ParseArrowFunctionLiteral() 283 set_default_eager_compile_hint( FunctionLiteral::EagerCompileHint eager_compile_hint) set_default_eager_compile_hint() argument
|
H A D | preparser.h | 683 FunctionLiteral::EagerCompileHint eager_compile_hint, int position, in NewFunctionLiteral() 677 NewFunctionLiteral( const PreParserIdentifier& name, Scope* scope, const PreParserScopedStatementList& body, int expected_property_count, int parameter_count, int function_length, FunctionLiteral::ParameterFlag has_duplicate_parameters, FunctionSyntaxKind function_syntax_kind, FunctionLiteral::EagerCompileHint eager_compile_hint, int position, bool has_braces, int function_literal_id, ProducedPreparseData* produced_preparse_data = nullptr) NewFunctionLiteral() argument
|
Completed in 27 milliseconds