MCPcopy Create free account
hub / github.com/nodejs/node / #b

Method #b

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

Source from the content-addressed store, hash-verified

173{
174 const C = class {
175 #b() {
176 const B = class {
177 #foo(arg) { return arg; }
178 callFoo(arg) { return this.#foo(arg); }
179 };
180 return new B();
181 }
182 createB() { return this.#b(); }
183 };
184

Callers 1

createBMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected