Home
last modified time | relevance | path

Searched refs:isLet (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/acorn/acorn/dist/
Dacorn.js812 pp$1.isLet = function(context) { function
861 if (this.isLet(context)) {
996 var isLet = this.isLet();
997 if (this.type === types._var || this.type === types._const || isLet) {
998 var init$1 = this.startNode(), kind = isLet ? "let" : this.value;
1713 this.isLet() ||
Dacorn.mjs806 pp$1.isLet = function(context) { function
855 if (this.isLet(context)) {
990 var isLet = this.isLet();
991 if (this.type === types._var || this.type === types._const || isLet) {
992 var init$1 = this.startNode(), kind = isLet ? "let" : this.value;
1707 this.isLet() ||
/third_party/typescript/src/services/
DsymbolDisplay.ts55 else if (forEach(symbol.declarations, isLet)) {
Dutilities.ts464 : isLet(v)
/third_party/typescript/src/compiler/
Demitter.ts2948 writeKeyword(isLet(node) ? "let" : isVarConst(node) ? "const" : "var");
Dutilities.ts1370 export function isLet(node: Node): boolean { function
Dchecker.ts41078 const checkLetConstNames = (isLet(node) || isVarConst(node));
41155 if (isLet(node.declarationList)) {
/third_party/typescript/lib/
Dtsc.js11052 function isLet(node) { function
11055 ts.isLet = isLet;
68101 var checkLetConstNames = (ts.isLet(node) || ts.isVarConst(node));
68165 if (ts.isLet(node.declarationList)) {
84559 writeKeyword(ts.isLet(node) ? "let" : ts.isVarConst(node) ? "const" : "var");
DtypingsInstaller.js14448 function isLet(node) { function
14451 ts.isLet = isLet;
81077 var checkLetConstNames = (ts.isLet(node) || ts.isVarConst(node));
81147 if (ts.isLet(node.declarationList)) {
103273 writeKeyword(ts.isLet(node) ? "let" : ts.isVarConst(node) ? "const" : "var");
Dtsserverlibrary.js14653 function isLet(node) { function
14656 ts.isLet = isLet;
81282 var checkLetConstNames = (ts.isLet(node) || ts.isVarConst(node));
81352 if (ts.isLet(node.declarationList)) {
103478 writeKeyword(ts.isLet(node) ? "let" : ts.isVarConst(node) ? "const" : "var");
116223 : ts.isLet(v)
131508 else if (ts.forEach(symbol.declarations, ts.isLet)) {
Dtypescript.js14653 function isLet(node) { function
14656 ts.isLet = isLet;
81282 var checkLetConstNames = (ts.isLet(node) || ts.isVarConst(node));
81352 if (ts.isLet(node.declarationList)) {
103478 writeKeyword(ts.isLet(node) ? "let" : ts.isVarConst(node) ? "const" : "var");
116223 : ts.isLet(v)
131508 else if (ts.forEach(symbol.declarations, ts.isLet)) {
Dtsserver.js14459 function isLet(node) { function
14462 ts.isLet = isLet;
81088 var checkLetConstNames = (ts.isLet(node) || ts.isVarConst(node));
81158 if (ts.isLet(node.declarationList)) {
103284 writeKeyword(ts.isLet(node) ? "let" : ts.isVarConst(node) ? "const" : "var");
115654 : ts.isLet(v)
130939 else if (ts.forEach(symbol.declarations, ts.isLet)) {
DtypescriptServices.js14653 function isLet(node) { function
14656 ts.isLet = isLet;
81282 var checkLetConstNames = (ts.isLet(node) || ts.isVarConst(node));
81352 if (ts.isLet(node.declarationList)) {
103478 writeKeyword(ts.isLet(node) ? "let" : ts.isVarConst(node) ? "const" : "var");
116223 : ts.isLet(v)
131508 else if (ts.forEach(symbol.declarations, ts.isLet)) {