Searched refs:ctorFunction (Results 1 – 5 of 5) sorted by relevance
/third_party/typescript/src/services/ |
D | navigationBar.ts | 529 const ctorFunction = isPossibleConstructor(a.node) ? a.node : constant 533 if (ctorFunction !== undefined) { 536 ctorFunction); 539 ctor.children = a.node === ctorFunction ? a.children : b.children; 540 …a.children = a.node === ctorFunction ? concatenate([ctor], b.children || [b]) : concatenate(a.chil…
|
/third_party/typescript/lib/ |
D | tsserverlibrary.js | 128176 var ctorFunction = isPossibleConstructor(a.node) ? a.node : 128179 if (ctorFunction !== undefined) { 128180 …on(/* decorators */ undefined, /* modifiers */ undefined, [], /* body */ undefined), ctorFunction); 128183 ctor.children = a.node === ctorFunction ? a.children : b.children; 128184 …a.children = a.node === ctorFunction ? ts.concatenate([ctor], b.children || [b]) : ts.concatenate(…
|
D | typescript.js | 128176 var ctorFunction = isPossibleConstructor(a.node) ? a.node : 128179 if (ctorFunction !== undefined) { 128180 …on(/* decorators */ undefined, /* modifiers */ undefined, [], /* body */ undefined), ctorFunction); 128183 ctor.children = a.node === ctorFunction ? a.children : b.children; 128184 …a.children = a.node === ctorFunction ? ts.concatenate([ctor], b.children || [b]) : ts.concatenate(…
|
D | tsserver.js | 127607 var ctorFunction = isPossibleConstructor(a.node) ? a.node : 127610 if (ctorFunction !== undefined) { 127611 …on(/* decorators */ undefined, /* modifiers */ undefined, [], /* body */ undefined), ctorFunction); 127614 ctor.children = a.node === ctorFunction ? a.children : b.children; 127615 …a.children = a.node === ctorFunction ? ts.concatenate([ctor], b.children || [b]) : ts.concatenate(…
|
D | typescriptServices.js | 128176 var ctorFunction = isPossibleConstructor(a.node) ? a.node : 128179 if (ctorFunction !== undefined) { 128180 …on(/* decorators */ undefined, /* modifiers */ undefined, [], /* body */ undefined), ctorFunction); 128183 ctor.children = a.node === ctorFunction ? a.children : b.children; 128184 …a.children = a.node === ctorFunction ? ts.concatenate([ctor], b.children || [b]) : ts.concatenate(…
|