Searched refs:destroyImpl (Results 1 – 5 of 5) sorted by relevance
46 const destroyImpl = require('internal/streams/destroy'); constant68 const { errorOrDestroy } = destroyImpl;260 destroyImpl.construct(this, () => {886 const destroy = destroyImpl.destroy;901 Writable.prototype._undestroy = destroyImpl.undestroy;
55 const destroyImpl = require('internal/streams/destroy'); constant83 const { errorOrDestroy } = destroyImpl;247 destroyImpl.construct(this, () => {254 Readable.prototype.destroy = destroyImpl.destroy;255 Readable.prototype._undestroy = destroyImpl.undestroy;1182 destroyImpl.destroyer(stream, null);1460 destroyImpl.destroyer(src, err);
15 const destroyImpl = require('internal/streams/destroy'); constant64 destroyImpl.destroyer(stream, err || new ERR_STREAM_DESTROYED('pipe'));
156 Error Surface::destroyImpl(const Display *display) in destroyImpl() function in egl::Surface274 return destroyImpl(display); in releaseRef()285 return destroyImpl(display); in onDestroy()
272 Error destroyImpl(const Display *display);