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

Method getB

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

Source from the content-addressed store, hash-verified

107 }
108 #getVal() { return this.#val; }
109 getB() { return this.#getVal(); }
110 getVal() { return this.#getVal(); }
111 }
112

Callers 1

private-methods.jsFile · 0.45

Calls 1

#getValMethod · 0.95

Tested by

no test coverage detected