Searched refs:RootElement (Results 1 – 2 of 2) sorted by relevance
35211 …) */ __webpack_require__.d(__webpack_exports__, "RootElement", function() { return RootElement; });35281 while (curr.parent && !(curr.parent instanceof RootElement)) {35329 if (this.parent && !(this.parent instanceof RootElement)) {35338 var RootElement = /** @class */ (function (_super) { function35339 __extends(RootElement, _super);35340 function RootElement() { function35343 return RootElement;35364 if (element instanceof RootElement) {35631 if (!(this.element instanceof RootElement)) {35634 if (curr.parent instanceof RootElement) {[all …]
1 …RootElement)) {\n curr = curr.parent;\n }\n return curr;\n };\n Ele…