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

Method getA

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

Source from the content-addressed store, hash-verified

182
183 class B extends A {
184 static getA() { return super.getA(); }
185 }
186
187 assertThrows(() => B.getA(), TypeError);

Callers 1

bMethod · 0.95

Calls 1

getAMethod · 0.45

Tested by

no test coverage detected