Searched refs:onCreateChild (Results 1 – 7 of 7) sorted by relevance
31 onCreateChild?: (index: number) => FrameNode;41 this.onCreateChild !== undefined ? this.onCreateNewNodePtr : undefined,145 if (this.onCreateChild !== undefined) {146 let node = this.onCreateChild(index);
112 auto onCreateChild = [vm, func = JsWeak(panda::CopyableGlobal(vm, createChildFunc)), in SetCreateNewChildCallback() local124 adapter->SetOnCreateNewChild(std::move(onCreateChild)); in SetCreateNewChildCallback()
1248 onCreateChild(index: number): FrameNode {1249 console.log("UINodeAdapter onCreateChild:" + index);1253 console.log("UINodeAdapter onCreateChild reused id:" + cacheNode.getUniqueId());1260 console.log("UINodeAdapter onCreateChild createNew");
3027 ### onCreateChild<sup>12+</sup>3029 onCreateChild?(index: number): FrameNode4279 onCreateChild(index: number): FrameNode {4280 console.log("UINodeAdapter onCreateChild:" + index);4284 console.log("UINodeAdapter onCreateChild reused id:" + cacheNode.getUniqueId());4291 console.log("UINodeAdapter onCreateChild createNew");
481 …this.onGetChildId !== undefined ? this.onGetChildId : undefined, this.onCreateChild !== undefined …570 if (this.onCreateChild !== undefined) {571 let node = this.onCreateChild(index);
2573 ### onCreateChild<sup>12+</sup>2575 onCreateChild?(index: number): FrameNode3758 onCreateChild(index: number): FrameNode {3759 console.log("UINodeAdapter onCreateChild:" + index);3763 console.log("UINodeAdapter onCreateChild reused id:" + cacheNode.getUniqueId());3770 console.log("UINodeAdapter onCreateChild createNew");