Lines Matching defs:const
3 const {
18 const {
23 const { kEmptyObject } = require('internal/util');
24 const {
28 const internal_async_hooks = require('internal/async_hooks');
33 const { registerDestroyHook } = internal_async_hooks;
34 const {
58 const {
65 const {
96 const { 0: hooks_array, 1: hook_fields } = getHookArrays();
102 const prev_kTotals = hook_fields[kTotals];
125 const { 0: hooks_array, 1: hook_fields } = getHookArrays();
127 const index = ArrayPrototypeIndexOf(hooks_array, this);
131 const prev_kTotals = hook_fields[kTotals];
157 const destroyedSymbol = Symbol('destroyed');
177 const asyncId = newAsyncId();
191 const destroyed = { destroyed: false };
198 const asyncId = this[async_id_symbol];
202 const ret =
232 const resource = this;
265 const storageList = [];
266 const storageHook = createHook({
268 const currentResource = executionAsyncResource();
312 const store = triggerResource[this.kResourceStore];
320 const resource = executionAsyncResource();
332 const resource = executionAsyncResource();
333 const oldStore = resource[this.kResourceStore];
358 const resource = executionAsyncResource();