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

Method get_A

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

Source from the content-addressed store, hash-verified

196 class B extends A {
197 static #a = 2;
198 static get_A() { return this.#a;}
199 }
200
201 assertEquals(1, A.getA());

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected