Home
last modified time | relevance | path

Searched refs:kDestroy (Results 1 – 18 of 18) sorted by relevance

/third_party/node/lib/internal/
Dasync_hooks.js88 kInit, kBefore, kAfter, kDestroy, kTotals, kPromiseResolve,
289 destination[kDestroy] = source[kDestroy];
485 return hasHooks(kDestroy);
525 if (!hasHooks(kDestroy) || asyncId <= 0)
589 kInit, kBefore, kAfter, kDestroy, kTotals, kPromiseResolve, property
Dhistogram.js41 const kDestroy = Symbol('kDestroy'); constant
380 kDestroy, property
/third_party/node/lib/internal/streams/
Ddestroy.js20 const kDestroy = Symbol('kDestroy'); constant
67 this.once(kDestroy, function(er) {
266 stream.emit(kDestroy, err);
/third_party/node/lib/
Dasync_hooks.js66 kInit, kBefore, kAfter, kDestroy, kTotals, kPromiseResolve,
110 hook_fields[kTotals] += hook_fields[kDestroy] += +!!this[destroy_symbol];
136 hook_fields[kTotals] += hook_fields[kDestroy] -= +!!this[destroy_symbol];
/third_party/node/deps/undici/src/lib/
Ddispatcher-base.js9 const { kDestroy, kClose, kDispatch, kInterceptors } = require('./core/symbols')
142 this[kDestroy](err).then(() => {
Dagent.js4 const { kClients, kRunning, kClose, kDestroy, kDispatch, kInterceptors } = require('./core/symbols')
134 async [kDestroy] (err) {
Dproxy-agent.js3 const { kProxy, kClose, kDestroy, kInterceptors } = require('./core/symbols')
146 async [kDestroy] () {
Dpool-base.js5 const { kConnected, kSize, kRunning, kPending, kQueued, kBusy, kFree, kUrl, kClose, kDestroy, kDisp…
124 async [kDestroy] (err) {
Dclient.js68 kDestroy,
395 async [kDestroy] (err) {
/third_party/skia/modules/androidkit/src/
DSurfaceThread.h26 kDestroy, enumerator
DSurfaceThread.cpp49 case kDestroy: { in message_callback()
DSurface.cpp68 Message message(kDestroy); in release()
/third_party/node/deps/undici/src/lib/core/
Dsymbols.js3 kDestroy: Symbol('destroy'), property
/third_party/node/typings/internalBinding/
Dasync_wrap.d.ts119 kDestroy: 3;
/third_party/node/src/
Dasync_wrap.cc418 SET_HOOKS_CONSTANT(kDestroy); in Initialize()
545 if (env->async_hooks()->fields()[AsyncHooks::kDestroy] == 0 || in EmitDestroy()
Denv.h238 kDestroy, enumerator
/third_party/node/deps/undici/
Dundici.js14 kDestroy: Symbol("destroy"), property
8370 kDestroy,
8621 async [kDestroy](err) {
10140 var { kClients, kRunning, kClose, kDestroy, kDispatch, kInterceptors } = require_symbols();
10242 async [kDestroy](err) {
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs4324 kDestroy: Symbol("destroy"),
4622 var { kDestroy, kClose, kDispatch, kInterceptors } = require_symbols();
4731 this[kDestroy](err).then(() => {
4870 …var { kConnected, kSize, kRunning, kPending, kQueued, kBusy, kFree, kUrl, kClose, kDestroy, kDispa…
4964 async [kDestroy](err) {
11456 kDestroy,
11691 async [kDestroy](err) {
13194 var { kClients, kRunning, kClose, kDestroy, kDispatch, kInterceptors } = require_symbols();
13273 async [kDestroy](err) {
13290 var { kProxy, kClose, kDestroy, kInterceptors } = require_symbols();
[all …]