MCPcopy Create free account
hub / github.com/nodejs/node / nextTest

Function nextTest

deps/v8/test/inspector/protocol-test.js:473–481  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

471
472InspectorTest.runTestSuite = function(testSuite) {
473 function nextTest() {
474 if (!testSuite.length) {
475 InspectorTest.completeTest();
476 return;
477 }
478 var fun = testSuite.shift();
479 InspectorTest.log("\nRunning test: " + fun.name);
480 fun(nextTest);
481 }
482 nextTest();
483}
484

Callers 2

protocol-test.jsFile · 0.70
mainFunction · 0.50

Calls 3

funFunction · 0.50
shiftMethod · 0.45
logMethod · 0.45

Tested by

no test coverage detected