Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dchecker.ts11493 const minTypeArgumentCount = getMinTypeArgumentCount(baseSig.typeParameters); constant
13943 const minTypeArgumentCount = getMinTypeArgumentCount(typeParameters); constant
14014 const minTypeArgumentCount = getMinTypeArgumentCount(typeParameters); constant
30647 … const minTypeArgumentCount = virtual ? 1 : getMinTypeArgumentCount(signature.typeParameters); constant
40853 const minTypeArgumentCount = getMinTypeArgumentCount(targetParameters); constant
/third_party/typescript/lib/
Dtsc.js52138 …function fillMissingTypeArguments(typeArguments, typeParameters, minTypeArgumentCount, isJavaScrip… argument
DtypingsInstaller.js62639 …function fillMissingTypeArguments(typeArguments, typeParameters, minTypeArgumentCount, isJavaScrip… argument