Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/vdom/
DNode.ts138 public set destroyHook(hook: () => void) { method in Node
142 public get destroyHook() { method in Node
DElement.ts1072 if (this.destroyHook) {
1073 this.destroyHook();
1074 this.destroyHook = null;
/third_party/jsframework/runtime/main/model/
DdomHelper.ts111 anchor.destroyHook = function() {
Dcompiler.ts318 element.destroyHook = function() {
650 element.destroyHook = function() {