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

Function g

deps/v8/test/debugger/debug/debug-negative-break-points.js:28–33  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

26}
27
28function g(x) {
29 try {
30 throw x;
31 } catch (e) {
32 }
33}
34
35function h(x) {
36 var a = undefined;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected