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

Function h

deps/v8/test/debugger/debug/debug-multiple-breakpoints.js:45–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43function f() {a=1;b=2;};
44function g() {f();}
45function h() {}
46
47// This test sets several break points at the same place and checks that
48// several break points at the same place only makes one debug break event

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected