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

Function testTickProcessor

deps/v8/test/mjsunit/tools/tickprocessor.mjs:517–524  ·  view source on GitHub ↗
(testName, logInput, refOutput, args=[])

Source from the content-addressed store, hash-verified

515})();
516
517async function testTickProcessor(testName, logInput, refOutput, args=[]) {
518 console.log('=== testProcessing-' + testName + ' ===');
519 await testTickProcessorBasic(logInput, refOutput, args);
520 // Using BigInt address should not affect the output.
521 console.log('=== testProcessing-' + testName + '-bigint-addresses ===');
522 await testTickProcessorBasic(
523 logInput, refOutput, [...args, '--use-bigint-addresses']);
524}
525
526async function testTickProcessorBasic(
527 logInput, refOutput, args=[]) {

Callers 1

tickprocessor.mjsFile · 0.85

Calls 2

testTickProcessorBasicFunction · 0.85
logMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…