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

Method getA

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

Source from the content-addressed store, hash-verified

11 class C {
12 #a;
13 getA() { return this.#a; }
14 }
15
16 assertEquals(undefined, C.a);

Callers

nothing calls this directly

Calls 3

bMethod · 0.95
evalFunction · 0.50
bMethod · 0.45

Tested by

no test coverage detected