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

Function b

deps/v8/test/debugger/debug/debug-constructor.js:48–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46}
47
48function b() {
49 x = 1;
50 new c();
51}
52
53function c() {
54 this.x = 1;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected