Searched refs:has_braces (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/ast/ |
H A D | ast.h | 2314 bool has_braces, int function_literal_id, in FunctionLiteral() 2333 HasBracesField::encode(has_braces) | in FunctionLiteral() 3229 bool has_braces, int function_literal_id, in NewFunctionLiteral() 3235 has_duplicate_parameters, eager_compile_hint, position, has_braces, in NewFunctionLiteral() 3250 FunctionLiteral::kShouldLazyCompile, 0, /* has_braces */ false, in NewScriptOrEvalFunctionLiteral() 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 | preparser.h | 684 bool has_braces, int function_literal_id, 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
|
H A D | parser-base.h | 4535 bool has_braces = true; in ParseArrowFunctionLiteral() local 4620 has_braces = false; in ParseArrowFunctionLiteral() 4645 formal_parameters.scope->start_position(), has_braces, in ParseArrowFunctionLiteral()
|
Completed in 29 milliseconds