Searched defs:restType (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 11451 const restType = getTypeOfSymbol(sig.parameters[restIndex]); constant 13563 … const restType = isTupleType(sigRestType) ? getRestTypeOfTupleType(sigRestType) : sigRestType; constant 15979 … const restType = getRestTypeOfTupleType(t as TupleTypeReference) || undefinedType; constant 21842 const restType = getRestTypeOfTupleType(type); constant 23421 const restType = getTypeArguments(source)[startLength]; constant 23446 …const restType = isTupleType(source) ? getElementTypeOfSliceOfTupleType(source, startLength, endLe… constant 26244 … const restType = getReducedApparentType(getTypeOfSymbol(contextualSignature.parameters[0])); constant 27544 const restType = getRestTypeOfTupleType(t); constant 30683 const restType = getEffectiveRestType(contextualSignature); constant 30774 const restType = getNonArrayRestType(signature); constant [all …]
|
| /third_party/typescript/lib/ |
| D | tsc.js | 50709 function expandSignatureParametersWithTupleMembers(restType, restIndex) { argument 66329 function getSpreadArgumentType(args, index, argCount, restType, context, checkMode) { argument
|
| D | typingsInstaller.js | 60998 function expandSignatureParametersWithTupleMembers(restType, restIndex) { argument 79045 function getSpreadArgumentType(args, index, argCount, restType, context, checkMode) { argument
|