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

Function runTests

test/js-native-api/test_cannot_run_js/test.js:15–17  ·  view source on GitHub ↗
(addon, isVersion8)

Source from the content-addressed store, hash-verified

13const addon_new = require(`./build/${buildType}/test_cannot_run_js`);
14
15function runTests(addon, isVersion8) {
16 addon.createRef(mustNotCall());
17}
18
19function runAllTests() {
20 runTests(addon_v8, /* isVersion8 */ true);

Callers 1

runAllTestsFunction · 0.70

Calls 1

mustNotCallFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…