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

Method getA

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

Source from the content-addressed store, hash-verified

227 static #a;
228 static setA(val) { this.#a = val; }
229 static getA() { return this.#a; }
230 }
231 }
232

Callers 2

getAMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected