Lines Matching refs:current
99 const current = pairing.get(asyncId);
100 if (current !== undefined) { // Enter domain for this cb
101 // We will get the domain through current.get(), because the resource
105 current.incRef();
106 current.get().enter();
110 const current = pairing.get(asyncId);
111 if (current !== undefined) { // Exit domain for this cb
112 const domain = current.get();
113 current.decRef();
312 // current tick and no domains should be left on the stack
485 // Just call original `emit` if current EE instance has `error`
508 // Remove the current domain (and its duplicates) from the domains stack and
517 // instance that is not a duplicate of the current active domain.
523 // Change the stack to not contain the current active domain, and only the
531 // Change the current active domain