Searched refs:restArguments (Results 1 – 6 of 6) sorted by relevance
22 function restArguments(...args) { function43 restArguments(1, 2, 'a', 'b');
454 const restArguments = functionArguments.slice(parameters.length - 1); constant455 …ssignment(getParameterName(last(parameters)), factory.createArrayLiteralExpression(restArguments));
147823 var restArguments = functionArguments.slice(parameters.length - 1);147824 …ent(getParameterName(ts.last(parameters)), ts.factory.createArrayLiteralExpression(restArguments));
148392 var restArguments = functionArguments.slice(parameters.length - 1);148393 …ent(getParameterName(ts.last(parameters)), ts.factory.createArrayLiteralExpression(restArguments));