Home
last modified time | relevance | path

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

/third_party/node/lib/internal/streams/
Dwritable.js46 const destroyImpl = require('internal/streams/destroy'); constant
68 const { errorOrDestroy } = destroyImpl;
260 destroyImpl.construct(this, () => {
886 const destroy = destroyImpl.destroy;
901 Writable.prototype._undestroy = destroyImpl.undestroy;
Dreadable.js55 const destroyImpl = require('internal/streams/destroy'); constant
83 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);
Dpipeline.js15 const destroyImpl = require('internal/streams/destroy'); constant
64 destroyImpl.destroyer(stream, err || new ERR_STREAM_DESTROYED('pipe'));
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DSurface.cpp156 Error Surface::destroyImpl(const Display *display) in destroyImpl() function in egl::Surface
274 return destroyImpl(display); in releaseRef()
285 return destroyImpl(display); in onDestroy()
DSurface.h272 Error destroyImpl(const Display *display);