Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/vdom/
DNode.ts71 protected _destroyHook: () => void; property in Node
84 this._destroyHook = null;
139 this._destroyHook = hook;
143 return this._destroyHook;
240 this._destroyHook = null;