Searched defs:checkMode (Results 1 – 5 of 5) sorted by relevance
| /third_party/node/deps/npm/node_modules/isexe/ |
| D | mode.js | 20 function checkMode (stat, options) { function
|
| /third_party/lzma/C/ |
| D | XzEnc.c | 241 static void SeqCheckInStream_Init(CSeqCheckInStream *p, unsigned checkMode) in SeqCheckInStream_Init()
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 51179 …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 …]
|
| D | tsc.js | 42164 …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/ |
| D | checker.ts | 9083 … const checkMode = declaration.dotDotDotToken ? CheckMode.RestBindingElement : CheckMode.Normal; constant
|