Lines Matching defs:const
3 const {
8 const {
18 const {
25 const {
36 const FixedQueue = require('internal/fixed_queue');
38 const {
42 const { AsyncResource } = require('async_hooks');
45 const kHasTickScheduled = 0;
55 const queue = new FixedQueue();
71 const asyncId = tock[async_id_symbol];
75 const callback = tock.callback;
79 const args = tock.args;
123 const asyncId = newAsyncId();
124 const triggerAsyncId = getDefaultTriggerAsyncId();
125 const tickObject = {
138 const callback = this.callback;
147 const defaultMicrotaskResourceOpts = { requireManualDestroy: true };
152 const asyncResource = new AsyncResource(