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

Function f

deps/v8/test/debugger/debug/es8/debug-async-break.js:54–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52}
53
54async function f() {
55 try {
56 await g(); // B1
57 } catch (e) {}
58 assertEquals(2, break_count); // B2
59 return 1; // B3
60}
61
62Debug.setBreakPoint(f, 2);
63Debug.setBreakPoint(f, 4);

Callers 1

Calls 2

gFunction · 0.70
assertEqualsFunction · 0.50

Tested by

no test coverage detected