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

Method setA

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected