Searched refs:ctorFunction (Results 1 – 1 of 1) sorted by relevance
544 const ctorFunction = isPossibleConstructor(a.node) ? a.node : constant548 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…