Searched refs:kDestroy (Results 1 – 8 of 8) sorted by relevance
/third_party/node/lib/internal/ |
D | histogram.js | 31 const kDestroy = Symbol('kDestroy'); constant 107 [kDestroy]() { 193 kDestroy, property
|
D | async_hooks.js | 90 kInit, kBefore, kAfter, kDestroy, kTotals, kPromiseResolve, 290 destination[kDestroy] = source[kDestroy]; 475 return hasHooks(kDestroy); 515 if (!hasHooks(kDestroy) || asyncId <= 0) 579 kInit, kBefore, kAfter, kDestroy, kTotals, kPromiseResolve property
|
/third_party/node/lib/ |
D | async_hooks.js | 60 kInit, kBefore, kAfter, kDestroy, kTotals, kPromiseResolve, 104 hook_fields[kTotals] += hook_fields[kDestroy] += +!!this[destroy_symbol]; 130 hook_fields[kTotals] += hook_fields[kDestroy] -= +!!this[destroy_symbol];
|
/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/src/ |
D | async_wrap.cc | 453 SET_HOOKS_CONSTANT(kDestroy); in Initialize() 568 if (env->async_hooks()->fields()[AsyncHooks::kDestroy] == 0 || in EmitDestroy()
|
D | env.h | 636 kDestroy, enumerator
|