Lines Matching refs:parameter
187 ThrowSyntaxError("A rest parameter cannot be optional");
214 ThrowSyntaxError("A binding pattern parameter cannot be optional in an implementation signature.");
222 ThrowSyntaxError("A rest parameter cannot have an initializer.");
249 ir::TSParameterProperty *TSParser::CreateParameterProperty(ir::Expression *parameter, ir::ModifierFlags modifiers)
274 return AllocNode<ir::TSParameterProperty>(accessibilityOption, parameter, readonly, isStatic, isExport);
287 ThrowSyntaxError("A parameter property is only allowed in a constructor implementation.", parameterStart);
297 ThrowSyntaxError("A parameter property cannot be declared using a rest parameter.", parameterStart);
305 ThrowSyntaxError("A parameter property may not be declared using a binding pattern.", parameterStart);
516 ThrowSyntaxError("A rest parameter cannot be optional");
527 ThrowSyntaxError("A binding pattern parameter cannot be optional in an implementation signature.");
562 ThrowSyntaxError("A rest parameter cannot have an initializer");