Home
last modified time | relevance | path

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

/third_party/node/lib/internal/
Dhistogram.js31 const kDestroy = Symbol('kDestroy'); constant
107 [kDestroy]() {
193 kDestroy, property
Dasync_hooks.js90 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/
Dasync_hooks.js60 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/
DSurfaceThread.h26 kDestroy, enumerator
DSurfaceThread.cpp49 case kDestroy: { in message_callback()
DSurface.cpp68 Message message(kDestroy); in release()
/third_party/node/src/
Dasync_wrap.cc453 SET_HOOKS_CONSTANT(kDestroy); in Initialize()
568 if (env->async_hooks()->fields()[AsyncHooks::kDestroy] == 0 || in EmitDestroy()
Denv.h636 kDestroy, enumerator