Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DnavigationBar.ts544 const ctorFunction = isPossibleConstructor(a.node) ? a.node : constant
548 if (ctorFunction !== undefined) {
551 ctorFunction);
554 ctor.children = a.node === ctorFunction ? a.children : b.children;
555 …a.children = a.node === ctorFunction ? concatenate([ctor], b.children || [b]) : concatenate(a.chil…