MCPcopy 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
62function wrapTryCatch(node) {
63 return _rawTryCatch(babelTypes.blockStatement([node]));
64}
65
66function wrapBlockWithTryCatch(block) {
67 assert(block.body);

Callers 1

replaceAndSkipFunction · 0.85

Calls 1

_rawTryCatchFunction · 0.85

Tested by

no test coverage detected