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

Method callA

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

Source from the content-addressed store, hash-verified

162 const C = class {
163 #a() { return 1; }
164 callA(obj) { return obj.#a() }
165 };
166 const c = new C;
167 const c2 = new C;

Callers 1

private-methods.jsFile · 0.45

Calls 1

#aMethod · 0.45

Tested by

no test coverage detected