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

Function test_all

deps/v8/test/mjsunit/es6/reflect-construct.js:407–413  ·  view source on GitHub ↗
(test, convert)

Source from the content-addressed store, hash-verified

405 }
406
407 function test_all(test, convert) {
408 for (var intrinsic of well_known_intrinsic_constructors) {
409 for (var realm of [realm1, realm2]) {
410 test(realm, getname(intrinsic), getargs(intrinsic), convert);
411 }
412 }
413 }
414
415 test_all(test_intrinsic_default, (v)=>v);
416 test_all(test_intrinsic_default,

Callers 1

Calls 3

getnameFunction · 0.85
getargsFunction · 0.85
testFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…