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

Method getA

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

Source from the content-addressed store, hash-verified

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

Callers 1

private-methods.jsFile · 0.45

Calls 2

#aMethod · 0.95
#getValMethod · 0.95

Tested by

no test coverage detected