Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ wrapTryCatch
Function
wrapTryCatch
deps/v8/tools/clusterfuzz/js_fuzzer/mutators/try_catch.js:62–64 ·
view source on GitHub ↗
(node)
Source
from the content-addressed store, hash-verified
60
}
61
62
function
wrapTryCatch(node) {
63
return
_rawTryCatch(babelTypes.blockStatement([node]));
64
}
65
66
function
wrapBlockWithTryCatch(block) {
67
assert(block.body);
Callers
1
replaceAndSkip
Function · 0.85
Calls
1
_rawTryCatch
Function · 0.85
Tested by
no test coverage detected