Home
last modified time | relevance | path

Searched refs:restArguments (Results 1 – 2 of 2) sorted by relevance

/third_party/node/benchmark/es/
Drestparams-bench.js22 function restArguments(...args) { function
43 restArguments(1, 2, 'a', 'b');
/third_party/typescript/src/services/refactors/
DconvertParamsToDestructuredObject.ts454 const restArguments = functionArguments.slice(parameters.length - 1); constant
455 …ssignment(getParameterName(last(parameters)), factory.createArrayLiteralExpression(restArguments));