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

Function RunNextSetup

deps/v8/test/js-perf-test/base.js:339–351  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

337 // steps.
338
339 function RunNextSetup() {
340 if (index < length) {
341 try {
342 suite.benchmarks[index].Setup();
343 } catch (e) {
344 suite.NotifyError(e);
345 return null;
346 }
347 return RunNextBenchmark;
348 }
349 suite.NotifyResult();
350 return null;
351 }
352
353 function RunNextBenchmark() {
354 try {

Callers 1

base.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected