Lines Matching refs:formal_parameters
3030 bool accept_IN, const FormalParametersT& formal_parameters, in ParseArrowFunctionLiteral() argument
3042 int num_parameters = formal_parameters.scope->num_parameters(); in ParseArrowFunctionLiteral()
3050 formal_parameters.scope, kArrowFunction, in ParseArrowFunctionLiteral()
3054 formal_parameters.materialized_literals_count); in ParseArrowFunctionLiteral()
3056 this->ReindexLiterals(formal_parameters); in ParseArrowFunctionLiteral()
3069 if (formal_parameters.materialized_literals_count > 0) { in ParseArrowFunctionLiteral()
3071 formal_parameters.materialized_literals_count; in ParseArrowFunctionLiteral()
3075 this->EmptyIdentifier(), RelocInfo::kNoPosition, formal_parameters, in ParseArrowFunctionLiteral()
3090 this->AddParameterInitializationBlock(formal_parameters, body, CHECK_OK); in ParseArrowFunctionLiteral()
3097 formal_parameters.scope->set_end_position(scanner()->location().end_pos); in ParseArrowFunctionLiteral()
3109 CheckStrictOctalLiteral(formal_parameters.scope->start_position(), in ParseArrowFunctionLiteral()
3113 this->CheckConflictingVarDeclarations(formal_parameters.scope, CHECK_OK); in ParseArrowFunctionLiteral()
3120 this->EmptyIdentifierString(), formal_parameters.scope, body, in ParseArrowFunctionLiteral()
3125 formal_parameters.scope->start_position()); in ParseArrowFunctionLiteral()
3128 formal_parameters.scope->start_position()); in ParseArrowFunctionLiteral()