Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
H A Dparser.cc2647 FunctionLiteral::EagerCompileHint eager_compile_hint = in ParseFunctionLiteral() local
H A Dpreparser.h677 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
H A Dparser-base.h4527 FunctionLiteral::EagerCompileHint eager_compile_hint = in ParseArrowFunctionLiteral() local
283 set_default_eager_compile_hint( FunctionLiteral::EagerCompileHint eager_compile_hint) set_default_eager_compile_hint() argument
/third_party/node/deps/v8/src/ast/
H A Dast.h2307 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

Completed in 29 milliseconds