Home
last modified time | relevance | path

Searched defs:restType (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
Dchecker.ts11410 const restType = getTypeOfSymbol(sig.parameters[restIndex]); constant
13522 … const restType = isTupleType(sigRestType) ? getRestTypeOfTupleType(sigRestType) : sigRestType; constant
15938 … const restType = getRestTypeOfTupleType(t as TupleTypeReference) || undefinedType; constant
21801 const restType = getRestTypeOfTupleType(type); constant
23380 const restType = getTypeArguments(source)[startLength]; constant
23405 …const restType = isTupleType(source) ? getElementTypeOfSliceOfTupleType(source, startLength, endLe… constant
26203 … const restType = getReducedApparentType(getTypeOfSymbol(contextualSignature.parameters[0])); constant
27503 const restType = getRestTypeOfTupleType(t); constant
30617 const restType = getEffectiveRestType(contextualSignature); constant
30708 const restType = getNonArrayRestType(signature); constant
[all …]
/third_party/typescript/lib/
DtypingsInstaller.js60803 function expandSignatureParametersWithTupleMembers(restType, restIndex) { argument
78825 function getSpreadArgumentType(args, index, argCount, restType, context, checkMode) { argument
Dtsc.js50530 function expandSignatureParametersWithTupleMembers(restType, restIndex) { argument
66125 function getSpreadArgumentType(args, index, argCount, restType, context, checkMode) { argument