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

Function __wrapTC

deps/v8/tools/clusterfuzz/js_fuzzer/resources/fuzz_library.js:154–162  ·  view source on GitHub ↗
(f, permissive=true)

Source from the content-addressed store, hash-verified

152})();
153
154function __wrapTC(f, permissive=true) {
155 try {
156 return f();
157 } catch (e) {
158 if (permissive) {
159 return __dummy;
160 }
161 }
162}
163
164// Neuter common test functions.
165try { this.fail = nop; } catch(e) { }

Callers 5

fooFunction · 0.50
fooFunction · 0.50

Calls 1

fFunction · 0.50

Tested by

no test coverage detected