Home
last modified time | relevance | path

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

/third_party/node/lib/internal/assert/
Dcalltracker.js25 #callChecks = new SafeSet() field in CallTracker
46 const callChecks = this.#callChecks;
47 callChecks.add(context);
54 callChecks.delete(context);
59 callChecks.add(context);
67 for (const context of this.#callChecks) {