Home
last modified time | relevance | path

Searched refs:nodeText (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/src/services/
DnavigationBar.ts85 function nodeText(node: Node): string { function
459 const name = declName && nodeText(declName);
699 : isElementAccessExpression(name) ? `[${nodeText(name.argumentExpression)}]`
700 : nodeText(name);
903 return nodeText(parent.left).replace(whiteSpaceRegex, "");
907 return nodeText(parent.name);
/third_party/typescript/src/compiler/
Dbinder.ts2517 const nodeText = getSourceTextOfNodeFromSourceFile(file, node.expression); constant
2521 return nodeText === '"use strict"' || nodeText === "'use strict'";
/third_party/typescript/lib/
Dtypescript.js42917 var nodeText = ts.getSourceTextOfNodeFromSourceFile(file, node.expression);
42920 return nodeText === '"use strict"' || nodeText === "'use strict'";
127762 function nodeText(node) { function
128111 var name = declName && nodeText(declName);
128324 … : ts.isElementAccessExpression(name) ? "[" + nodeText(name.argumentExpression) + "]"
128325 : nodeText(name);
128511 return nodeText(parent.left).replace(whiteSpaceRegex, "");
128515 return nodeText(parent.name);
DtypescriptServices.js42917 var nodeText = ts.getSourceTextOfNodeFromSourceFile(file, node.expression);
42920 return nodeText === '"use strict"' || nodeText === "'use strict'";
127762 function nodeText(node) { function
128111 var name = declName && nodeText(declName);
128324 … : ts.isElementAccessExpression(name) ? "[" + nodeText(name.argumentExpression) + "]"
128325 : nodeText(name);
128511 return nodeText(parent.left).replace(whiteSpaceRegex, "");
128515 return nodeText(parent.name);
Dtsserverlibrary.js42917 var nodeText = ts.getSourceTextOfNodeFromSourceFile(file, node.expression);
42920 return nodeText === '"use strict"' || nodeText === "'use strict'";
127762 function nodeText(node) { function
128111 var name = declName && nodeText(declName);
128324 … : ts.isElementAccessExpression(name) ? "[" + nodeText(name.argumentExpression) + "]"
128325 : nodeText(name);
128511 return nodeText(parent.left).replace(whiteSpaceRegex, "");
128515 return nodeText(parent.name);
Dtsserver.js42723 var nodeText = ts.getSourceTextOfNodeFromSourceFile(file, node.expression);
42726 return nodeText === '"use strict"' || nodeText === "'use strict'";
127193 function nodeText(node) { function
127542 var name = declName && nodeText(declName);
127755 … : ts.isElementAccessExpression(name) ? "[" + nodeText(name.argumentExpression) + "]"
127756 : nodeText(name);
127942 return nodeText(parent.left).replace(whiteSpaceRegex, "");
127946 return nodeText(parent.name);
Dtsc.js34924 var nodeText = ts.getSourceTextOfNodeFromSourceFile(file, node.expression);
34925 return nodeText === '"use strict"' || nodeText === "'use strict'";
DtypingsInstaller.js42712 var nodeText = ts.getSourceTextOfNodeFromSourceFile(file, node.expression);
42715 return nodeText === '"use strict"' || nodeText === "'use strict'";