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

Method getVal

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

Source from the content-addressed store, hash-verified

108 #getVal() { return this.#val; }
109 getB() { return this.#getVal(); }
110 getVal() { return this.#getVal(); }
111 }
112
113 const b = new B(1, 2);

Callers

nothing calls this directly

Calls 1

#getValMethod · 0.95

Tested by

no test coverage detected