Home
last modified time | relevance | path

Searched refs:eager_compile_hint (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/ast/
H A Dast.h2313 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 Dparser.cc2647 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 Dparser-base.h284 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 Dpreparser.h683 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