MCPcopy Create free account
hub / github.com/nodejs/node / createB

Method createB

deps/v8/test/mjsunit/harmony/private-methods.js:182–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180 return new B();
181 }
182 createB() { return this.#b(); }
183 };
184
185 const c = new C;

Callers 1

private-methods.jsFile · 0.45

Calls 1

#bMethod · 0.45

Tested by

no test coverage detected