Home
last modified time | relevance | path

Searched refs:ctorFunction (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/services/
DnavigationBar.ts529 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/
Dtsserverlibrary.js128176 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(…
Dtypescript.js128176 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(…
Dtsserver.js127607 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(…
DtypescriptServices.js128176 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(…