MCPcopy Index your code
hub / github.com/nodejs/node / assertCaught

Function assertCaught

deps/v8/test/debugger/debug/debug-exceptions.js:25–30  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

23
24
25function assertCaught(f) {
26 try {f()} finally {
27 assertFalse(uncaught);
28 return;
29 }
30}
31
32function assertUncaught(f) {
33 try {f()} finally {

Callers 1

Calls 2

fFunction · 0.70
assertFalseFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…