Searched refs:isOwnChild (Results 1 – 5 of 5) sorted by relevance
/third_party/typescript/src/services/ |
D | navigationBar.ts | 608 …if (a.kind !== b.kind || a.parent !== b.parent && !(isOwnChild(a, parent) && isOwnChild(b, parent)… 630 function isOwnChild(n: Node, parent: NavigationBarNode): boolean { function
|
/third_party/typescript/lib/ |
D | tsserverlibrary.js | 128243 …if (a.kind !== b.kind || a.parent !== b.parent && !(isOwnChild(a, parent) && isOwnChild(b, parent)… 128263 function isOwnChild(n, parent) { function
|
D | typescript.js | 128243 …if (a.kind !== b.kind || a.parent !== b.parent && !(isOwnChild(a, parent) && isOwnChild(b, parent)… 128263 function isOwnChild(n, parent) { function
|
D | tsserver.js | 127674 …if (a.kind !== b.kind || a.parent !== b.parent && !(isOwnChild(a, parent) && isOwnChild(b, parent)… 127694 function isOwnChild(n, parent) { function
|
D | typescriptServices.js | 128243 …if (a.kind !== b.kind || a.parent !== b.parent && !(isOwnChild(a, parent) && isOwnChild(b, parent)… 128263 function isOwnChild(n, parent) { function
|