Searched refs:ondestroy (Results 1 – 7 of 7) sorted by relevance
/third_party/node/test/async-hooks/ |
D | init-hooks.js | 27 ondestroy, property 42 this.ondestroy = typeof ondestroy === 'function' ? ondestroy : noop; 213 this.ondestroy(uid); 235 ondestroy, property 245 ondestroy, property
|
D | test-async-await.js | 24 ondestroy: null, // Intentionally not tested, since it will be removed soon property
|
/third_party/node/deps/npm/node_modules/fs-minipass/node_modules/minipass/ |
D | index.js | 481 const ondestroy = () => onerr(new Error('stream destroyed')) function 485 this.once(DESTROYED, ondestroy)
|
/third_party/node/deps/npm/node_modules/pacote/node_modules/minipass/ |
D | index.js | 481 const ondestroy = () => onerr(new Error('stream destroyed')) function 485 this.once(DESTROYED, ondestroy)
|
/third_party/node/deps/npm/node_modules/tar/node_modules/minipass/ |
D | index.js | 481 const ondestroy = () => onerr(new Error('stream destroyed')) function 485 this.once(DESTROYED, ondestroy)
|
/third_party/node/deps/npm/node_modules/minizlib/node_modules/minipass/ |
D | index.js | 481 const ondestroy = () => onerr(new Error('stream destroyed')) function 485 this.once(DESTROYED, ondestroy)
|
/third_party/python/Lib/ |
D | turtle.py | 447 def ondestroy(self, destroy): member in _Root 3681 self._root.ondestroy(self._destroy)
|