Home
last modified time | relevance | path

Searched refs:isDestroyed (Results 1 - 9 of 9) sorted by relevance

/third_party/node/lib/internal/streams/
H A Dutils.js106 function isDestroyed(stream) { function
162 if (isDestroyed(stream)) return false;
171 if (isDestroyed(stream)) return false;
182 if (isDestroyed(stream)) {
306 isDestroyed,
H A Ddestroy.js15 isDestroyed,
298 if (!stream || isDestroyed(stream)) {
/third_party/node/lib/
H A Dstream.js56 Stream.isDestroyed = utils.isDestroyed;
/third_party/node/lib/internal/webstreams/
H A Dadapters.js38 isDestroyed,
118 if (isDestroyed(streamWritable) || !isWritable(streamWritable)) {
400 if (isDestroyed(streamReadable) || !isReadable(streamReadable)) {
583 if (isDestroyed(duplex)) {
/third_party/node/deps/undici/src/lib/core/
H A Dutil.js184 function isDestroyed (stream) {
190 return isDestroyed(stream) && state && !state.endEmitted
194 if (stream == null || !isStream(stream) || isDestroyed(stream)) {
501 isDestroyed,
/third_party/node/lib/internal/
H A Dtimers.js342 const isDestroyed = item._destroyed;
343 if (isDestroyed || !item[async_id_symbol]) {
348 if (isDestroyed) {
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext.h628 bool isDestroyed() const { return mIsDestroyed; } in isDestroyed() function in gl::final
H A DDisplay.cpp562 if (shareContext->hasBeenCurrent() && !shareContext->isDestroyed()) in finishAllContexts()
1438 if (previousContext->getRefCount() == 0 && previousContext->isDestroyed()) in makeCurrent()
/third_party/node/deps/undici/
H A Dundici.js622 function isDestroyed(stream2) {
625 __name(isDestroyed, "isDestroyed");
628 return isDestroyed(stream2) && state && !state.endEmitted;
632 if (stream2 == null || !isStream(stream2) || isDestroyed(stream2)) {
877 isDestroyed,

Completed in 19 milliseconds