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

Class C

deps/v8/test/mjsunit/harmony/public-instance-class-fields.js:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7{
8 class C {
9 a;
10 }
11
12 assertEquals(undefined, C.a);
13

Callers

nothing calls this directly

Calls 5

initFFunction · 0.85
runFunction · 0.70
assertEqualsFunction · 0.50
pushMethod · 0.45
aMethod · 0.45

Tested by

no test coverage detected