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

Function h

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

Source from the content-addressed store, hash-verified

33}
34
35function h(x) {
36 var a = undefined;
37 try {
38 var x = a();
39 } catch (e) {
40 }
41}
42
43Debug.setListener(listener);
44

Callers 1

Calls 1

aFunction · 0.70

Tested by

no test coverage detected