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

Function h

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

Source from the content-addressed store, hash-verified

44function f() {};
45function g() {h(count++)};
46function h(x) {var a=x; return a};
47
48
49// Conditional breakpoint which syntax error.

Callers 1

gFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected