MCPcopy Index your code
hub / github.com/nodejs/node / go

Function go

test/fixtures/eval/eval_messages.js:45–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 'var ______________________________________________; throw 10' ];
44
45function go() {
46 const c = queue.shift();
47 if (!c) return console.log('done');
48 run(c, false, function() {
49 run(c, true, go);
50 });
51}
52
53go();

Callers 1

eval_messages.jsFile · 0.70

Calls 3

runFunction · 0.70
shiftMethod · 0.45
logMethod · 0.45

Tested by

no test coverage detected