Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dchecker.ts11452 const minTypeArgumentCount = getMinTypeArgumentCount(baseSig.typeParameters); constant
13902 const minTypeArgumentCount = getMinTypeArgumentCount(typeParameters); constant
13973 const minTypeArgumentCount = getMinTypeArgumentCount(typeParameters); constant
30581 … const minTypeArgumentCount = virtual ? 1 : getMinTypeArgumentCount(signature.typeParameters); constant
40791 const minTypeArgumentCount = getMinTypeArgumentCount(targetParameters); constant
/third_party/typescript/lib/
DtypingsInstaller.js62444 …function fillMissingTypeArguments(typeArguments, typeParameters, minTypeArgumentCount, isJavaScrip… argument
Dtsc.js51959 …function fillMissingTypeArguments(typeArguments, typeParameters, minTypeArgumentCount, isJavaScrip… argument