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

Function RunTest

deps/v8/test/mjsunit/es6/array-fill-receiver.js:101–106  ·  view source on GitHub ↗
(test)

Source from the content-addressed store, hash-verified

99};
100
101function RunTest(test) {
102 test();
103 test(undefined);
104 test(undefined, 1);
105 test(undefined, 1, 4);
106}
107
108function RunTests(tests) {
109 Object.keys(tests).forEach(test => RunTest(tests[test]));

Callers 1

RunTestsFunction · 0.70

Calls 1

testFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…