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

Method #a

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

Source from the content-addressed store, hash-verified

74 this.#val = a;
75 }
76 #a() { return this.#val; }
77 getA() { return this.#a(); }
78 }
79 class B extends A {

Callers 1

getAMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected