Searched refs:nodeText (Results 1 – 8 of 8) sorted by relevance
| /third_party/typescript/src/services/ |
| D | navigationBar.ts | 85 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/ |
| D | binder.ts | 2517 const nodeText = getSourceTextOfNodeFromSourceFile(file, node.expression); constant 2521 return nodeText === '"use strict"' || nodeText === "'use strict'";
|
| /third_party/typescript/lib/ |
| D | typescript.js | 42917 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);
|
| D | typescriptServices.js | 42917 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);
|
| D | tsserverlibrary.js | 42917 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);
|
| D | tsserver.js | 42723 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);
|
| D | tsc.js | 34924 var nodeText = ts.getSourceTextOfNodeFromSourceFile(file, node.expression); 34925 return nodeText === '"use strict"' || nodeText === "'use strict'";
|
| D | typingsInstaller.js | 42712 var nodeText = ts.getSourceTextOfNodeFromSourceFile(file, node.expression); 42715 return nodeText === '"use strict"' || nodeText === "'use strict'";
|