Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dchecker.ts22294 const targetNonRestCount = targetRestType ? targetCount - 1 : targetCount; constant
22295 …const paramCount = sourceRestType ? targetNonRestCount : Math.min(sourceCount, targetNonRestCount); constant