Searched refs:LocalFunction (Results 1 – 12 of 12) sorted by relevance
| /third_party/typescript/src/linter/ArkTSLinter_1_0/ |
| D | Problems.ts | 29 TypeAssertion, PrivateIdentifier, LocalFunction, enumerator 99 faultsAttrs[FaultID.LocalFunction] = { migratable: true, cookBookRef: "92", };
|
| D | TypeScriptLinterConfig.ts | 79 LinterConfig.nodeDesc[FaultID.LocalFunction] = "Local function declarations";
|
| D | TypeScriptLinter.ts | 854 this.incrementCounters(tsFunctionDeclaration, FaultID.LocalFunction);
|
| /third_party/typescript/src/linter/ArkTSLinter_1_1/ |
| D | Problems.ts | 31 TypeAssertion, PrivateIdentifier, LocalFunction, enumerator 108 faultsAttrs[FaultID.LocalFunction] = new FaultAttributes(92, true);
|
| D | TypeScriptLinterConfig.ts | 76 LinterConfig.nodeDesc[FaultID.LocalFunction] = "Local function declarations";
|
| D | Utils.ts | 119 [FaultID.LocalFunction, getLocalFunctionHighlightRange],
|
| D | TypeScriptLinter.ts | 1018 this.incrementCounters(tsFunctionDeclaration, FaultID.LocalFunction);
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 8827 LocalFunction = 42, 9193 LocalFunction = 39,
|
| D | typescriptServices.d.ts | 8827 LocalFunction = 42, 9193 LocalFunction = 39,
|
| D | tsserverlibrary.d.ts | 12773 LocalFunction = 42, 13139 LocalFunction = 39,
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 8827 LocalFunction = 42, 9193 LocalFunction = 39,
|
| D | tsserverlibrary.d.ts | 12773 LocalFunction = 42, 13139 LocalFunction = 39,
|