Home
last modified time | relevance | path

Searched refs:kindsList (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts171 const kindsList = optionsDescriptionMap.get(description); constant
174 if (kindsList) {
176 for (const kind of kindsList) {
/third_party/typescript/lib/
Dtsc.js94934 var kindsList = optionsDescriptionMap.get(description);
94936 if (kindsList) {
94938 for (var _a = 0, kindsList_1 = kindsList; _a < kindsList_1.length; _a++) {