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

Method bar

deps/v8/test/mjsunit/es6/super-ic.js:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15
16 class B extends A {
17 bar() {
18 return super.y;
19 }
20 };
21
22 let o = new B();

Calls

no outgoing calls

Tested by

no test coverage detected