Home
last modified time | relevance | path

Searched defs:restIndex (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/compiler/transformers/
Des2015.ts1449 const restIndex = node.parameters.length - 1; constant
/third_party/typescript/src/compiler/
Dchecker.ts11450 const restIndex = sig.parameters.length - 1; constant
18479 const restIndex = sourceRestType || targetRestType ? paramCount - 1 : -1; constant
27344 const restIndex = signature.parameters.length - 1; constant
/third_party/typescript/lib/
DtypingsInstaller.js60998 function expandSignatureParametersWithTupleMembers(restType, restIndex) { argument
Dtsc.js50709 function expandSignatureParametersWithTupleMembers(restType, restIndex) { argument