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

Method #a

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

Source from the content-addressed store, hash-verified

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

Callers 2

callAInMethod · 0.45
callAMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected