Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/isexe/
Dmode.js20 function checkMode (stat, options) { function
/third_party/lzma/C/
DXzEnc.c241 static void SeqCheckInStream_Init(CSeqCheckInStream *p, unsigned checkMode) in SeqCheckInStream_Init()
/third_party/typescript/lib/
DtypingsInstaller.js51179 …function getResolvedSignatureWorker(nodeIn, candidatesOutArray, argumentCount, checkMode, editingA… argument
58484 function getTypeForBindingElementParent(node, checkMode) { argument
58705 function getTypeForVariableLikeDeclaration(declaration, includeOptionality, checkMode) { argument
67293 …function compareSignaturesRelated(source, target, checkMode, reportErrors, errorReporter, incompat… argument
74604 function hasContextualTypeWithNoGenericTypes(node, checkMode) { argument
74616 function getNarrowableTypeForReference(type, reference, checkMode) { argument
74745 function checkIdentifier(node, checkMode) { argument
76494 function checkSpreadExpression(node, checkMode) { argument
76508 function checkArrayLiteral(node, checkMode, forceTuple) { argument
76676 function checkObjectLiteral(node, checkMode) { argument
[all …]
Dtsc.js42164 …function getResolvedSignatureWorker(nodeIn, candidatesOutArray, argumentCount, checkMode, editingA… argument
48517 function getTypeForBindingElementParent(node, checkMode) { argument
48712 function getTypeForVariableLikeDeclaration(declaration, includeOptionality, checkMode) { argument
56286 …function compareSignaturesRelated(source, target, checkMode, reportErrors, errorReporter, incompat… argument
62600 function hasContextualTypeWithNoGenericTypes(node, checkMode) { argument
62608 function getNarrowableTypeForReference(type, reference, checkMode) { argument
62684 function checkIdentifier(node, checkMode) { argument
64147 function checkSpreadExpression(node, checkMode) { argument
64161 function checkArrayLiteral(node, checkMode, forceTuple) { argument
64308 function checkObjectLiteral(node, checkMode) { argument
[all …]
/third_party/typescript/src/compiler/
Dchecker.ts9083 … const checkMode = declaration.dotDotDotToken ? CheckMode.RestBindingElement : CheckMode.Normal; constant