/third_party/node/lib/internal/ |
D | async_hooks.js | 88 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
|
D | histogram.js | 41 const kDestroy = Symbol('kDestroy'); constant 380 kDestroy, property
|
/third_party/node/lib/internal/streams/ |
D | destroy.js | 20 const kDestroy = Symbol('kDestroy'); constant 67 this.once(kDestroy, function(er) { 266 stream.emit(kDestroy, err);
|
/third_party/node/lib/ |
D | async_hooks.js | 66 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/ |
D | dispatcher-base.js | 9 const { kDestroy, kClose, kDispatch, kInterceptors } = require('./core/symbols') 142 this[kDestroy](err).then(() => {
|
D | agent.js | 4 const { kClients, kRunning, kClose, kDestroy, kDispatch, kInterceptors } = require('./core/symbols') 134 async [kDestroy] (err) {
|
D | proxy-agent.js | 3 const { kProxy, kClose, kDestroy, kInterceptors } = require('./core/symbols') 146 async [kDestroy] () {
|
D | pool-base.js | 5 const { kConnected, kSize, kRunning, kPending, kQueued, kBusy, kFree, kUrl, kClose, kDestroy, kDisp… 124 async [kDestroy] (err) {
|
D | client.js | 68 kDestroy, 395 async [kDestroy] (err) {
|
/third_party/skia/modules/androidkit/src/ |
D | SurfaceThread.h | 26 kDestroy, enumerator
|
D | SurfaceThread.cpp | 49 case kDestroy: { in message_callback()
|
D | Surface.cpp | 68 Message message(kDestroy); in release()
|
/third_party/node/deps/undici/src/lib/core/ |
D | symbols.js | 3 kDestroy: Symbol('destroy'), property
|
/third_party/node/typings/internalBinding/ |
D | async_wrap.d.ts | 119 kDestroy: 3;
|
/third_party/node/src/ |
D | async_wrap.cc | 418 SET_HOOKS_CONSTANT(kDestroy); in Initialize() 545 if (env->async_hooks()->fields()[AsyncHooks::kDestroy] == 0 || in EmitDestroy()
|
D | env.h | 238 kDestroy, enumerator
|
/third_party/node/deps/undici/ |
D | undici.js | 14 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/ |
D | corepack.cjs | 4324 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 …]
|