Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-async-wrap-uncaughtexception.js9 const call_log = [0, 0, 0, 0]; // [before, callback, exception, after]; variable
18 assert.deepStrictEqual(call_log, [1, 1, 1, 1]);
28 if (id === call_id) call_log[0]++;
31 if (id === call_id) call_log[3]++;
38 call_log[2]++;
44 call_log[1]++;