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

Method callFoo

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

Source from the content-addressed store, hash-verified

176 const B = class {
177 #foo(arg) { return arg; }
178 callFoo(arg) { return this.#foo(arg); }
179 };
180 return new B();
181 }

Callers 1

private-methods.jsFile · 0.45

Calls 1

#fooMethod · 0.45

Tested by

no test coverage detected