Lines Matching refs:formal_parameters
4363 bool accept_IN, const FormalParametersT& formal_parameters, in ParseArrowFunctionLiteral() argument
4390 FunctionKind kind = formal_parameters.scope->function_kind(); in ParseArrowFunctionLiteral()
4403 formal_parameters.scope); in ParseArrowFunctionLiteral()
4414 DCHECK_EQ(scope(), formal_parameters.scope); in ParseArrowFunctionLiteral()
4426 formal_parameters.scope, &dummy_num_parameters, in ParseArrowFunctionLiteral()
4431 formal_parameters.scope->ResetAfterPreparsing(ast_value_factory_, in ParseArrowFunctionLiteral()
4441 formal_parameters, kind, in ParseArrowFunctionLiteral()
4450 impl()->AddParameterInitializationBlock(formal_parameters, body, is_async, in ParseArrowFunctionLiteral()
4456 formal_parameters.scope->set_end_position(scanner()->location().end_pos); in ParseArrowFunctionLiteral()
4468 CheckStrictOctalLiteral(formal_parameters.scope->start_position(), in ParseArrowFunctionLiteral()
4471 impl()->CheckConflictingVarDeclarations(formal_parameters.scope, CHECK_OK); in ParseArrowFunctionLiteral()
4478 impl()->EmptyIdentifierString(), formal_parameters.scope, body, in ParseArrowFunctionLiteral()
4479 expected_property_count, formal_parameters.num_parameters(), in ParseArrowFunctionLiteral()
4480 formal_parameters.function_length, in ParseArrowFunctionLiteral()
4483 formal_parameters.scope->start_position(), has_braces, in ParseArrowFunctionLiteral()
4488 formal_parameters.scope->start_position()); in ParseArrowFunctionLiteral()
4493 Scope* scope = formal_parameters.scope; in ParseArrowFunctionLiteral()