Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
const
sandbox = sinon.createSandbox();
21
22
function
loadSource() {
23
return
helpers.loadTestData(
'try_catch.js'
);
24
}
25
26
function
testTryCatch(source, expected) {
27
const
mutator =
new
tryCatch.AddTryCatchMutator();
Callers
1
test_try_catch.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected