Searched refs:adoptChild (Results 1 – 3 of 3) sorted by relevance
1 …adoptChild=function(e,t){if(void 0===t&&(t=-1),e.parent&&e.parent.children){var n=e.parent.childre… method in e
24922 Node.prototype.adoptChild = function (node, index) { method in Node24946 parent.adoptChild(this, index);
1 …adoptChild = function (node, index) {\n if (index === void 0) { index = -1; }\n if (…