Searched refs:restArguments (Results 1 – 2 of 2) 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));