Home
last modified time | relevance | path

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

/third_party/node/lib/
Dasync_hooks.js151 const destroyedSymbol = Symbol('destroyed'); constant
186 this[destroyedSymbol] = destroyed;
207 if (this[destroyedSymbol] !== undefined) {
208 this[destroyedSymbol].destroyed = true;
/third_party/node/lib/internal/
Dasync_hooks.js331 const destroyedSymbol = Symbol('destroyed'); constant
337 promise[destroyedSymbol] = destroyed;