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

Function assertUncaught

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

Source from the content-addressed store, hash-verified

30}
31
32function assertUncaught(f) {
33 try {f()} finally {
34 assertTrue(uncaught);
35 return;
36 }
37}
38
39
40assertUncaught(() => {

Callers 1

Calls 2

fFunction · 0.70
assertTrueFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…