Searched refs:isNodeDescendantOf (Results 1 – 9 of 9) sorted by relevance
/third_party/typescript/src/compiler/ |
D | emitter.ts | 4870 … for (let node = container; isNodeDescendantOf(node, container); node = node.nextContainer!) {
|
D | utilities.ts | 3078 export function isNodeDescendantOf(node: Node, ancestor: Node | undefined): boolean { function
|
D | checker.ts | 11278 …if (currentNode && !isNodeDescendantOf(errorNode, currentNode) && !isNodeDescendantOf(currentNode,… 15223 … (!isConstructorDeclaration(container) || isNodeDescendantOf(node, container.body))) { 15239 if (isJSConstructor(container) && isNodeDescendantOf(node, container.body)) {
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 16057 function isNodeDescendantOf(node, ancestor) { function 16065 ts.isNodeDescendantOf = isNodeDescendantOf; 54035 …if (currentNode && !ts.isNodeDescendantOf(errorNode, currentNode) && !ts.isNodeDescendantOf(curren… 57683 … (!ts.isConstructorDeclaration(container) || ts.isNodeDescendantOf(node, container.body))) { 57698 if (isJSConstructor(container) && ts.isNodeDescendantOf(node, container.body)) { 104980 … for (var node = container; ts.isNodeDescendantOf(node, container); node = node.nextContainer) {
|
D | tsc.js | 12510 function isNodeDescendantOf(node, ancestor) { function 12518 ts.isNodeDescendantOf = isNodeDescendantOf; 44595 …if (currentNode && !ts.isNodeDescendantOf(errorNode, currentNode) && !ts.isNodeDescendantOf(curren… 47878 … (!ts.isConstructorDeclaration(container) || ts.isNodeDescendantOf(node, container.body))) { 47889 if (isJSConstructor(container) && ts.isNodeDescendantOf(node, container.body)) { 86129 … for (var node = container; ts.isNodeDescendantOf(node, container); node = node.nextContainer) {
|
D | tsserver.js | 16068 function isNodeDescendantOf(node, ancestor) { function 16076 ts.isNodeDescendantOf = isNodeDescendantOf; 54046 …if (currentNode && !ts.isNodeDescendantOf(errorNode, currentNode) && !ts.isNodeDescendantOf(curren… 57694 … (!ts.isConstructorDeclaration(container) || ts.isNodeDescendantOf(node, container.body))) { 57709 if (isJSConstructor(container) && ts.isNodeDescendantOf(node, container.body)) { 104991 … for (var node = container; ts.isNodeDescendantOf(node, container); node = node.nextContainer) {
|
D | typescriptServices.js | 16262 function isNodeDescendantOf(node, ancestor) { function 16270 ts.isNodeDescendantOf = isNodeDescendantOf; 54240 …if (currentNode && !ts.isNodeDescendantOf(errorNode, currentNode) && !ts.isNodeDescendantOf(curren… 57888 … (!ts.isConstructorDeclaration(container) || ts.isNodeDescendantOf(node, container.body))) { 57903 if (isJSConstructor(container) && ts.isNodeDescendantOf(node, container.body)) { 105185 … for (var node = container; ts.isNodeDescendantOf(node, container); node = node.nextContainer) {
|
D | tsserverlibrary.js | 16262 function isNodeDescendantOf(node, ancestor) { function 16270 ts.isNodeDescendantOf = isNodeDescendantOf; 54240 …if (currentNode && !ts.isNodeDescendantOf(errorNode, currentNode) && !ts.isNodeDescendantOf(curren… 57888 … (!ts.isConstructorDeclaration(container) || ts.isNodeDescendantOf(node, container.body))) { 57903 if (isJSConstructor(container) && ts.isNodeDescendantOf(node, container.body)) { 105185 … for (var node = container; ts.isNodeDescendantOf(node, container); node = node.nextContainer) {
|
D | typescript.js | 16262 function isNodeDescendantOf(node, ancestor) { function 16270 ts.isNodeDescendantOf = isNodeDescendantOf; 54240 …if (currentNode && !ts.isNodeDescendantOf(errorNode, currentNode) && !ts.isNodeDescendantOf(curren… 57888 … (!ts.isConstructorDeclaration(container) || ts.isNodeDescendantOf(node, container.body))) { 57903 if (isJSConstructor(container) && ts.isNodeDescendantOf(node, container.body)) { 105185 … for (var node = container; ts.isNodeDescendantOf(node, container); node = node.nextContainer) {
|