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

Function loadSource

deps/v8/tools/clusterfuzz/js_fuzzer/test/test_try_catch.js:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20const sandbox = sinon.createSandbox();
21
22function loadSource() {
23 return helpers.loadTestData('try_catch.js');
24}
25
26function testTryCatch(source, expected) {
27 const mutator = new tryCatch.AddTryCatchMutator();

Callers 1

test_try_catch.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected