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

Method #getVal

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

Source from the content-addressed store, hash-verified

95 this.#val = a;
96 }
97 #getVal() { return this.#val; }
98 getA() { return this.#getVal(); }
99 getVal() { return this.#getVal(); }
100 }

Callers 2

getAMethod · 0.95
getValMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected