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

Method m

deps/v8/test/mjsunit/es6/super.js:2002–2002  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2000 let y = 3;
2001 class Base {
2002 m() { return 1; }
2003 get x() { return 2; }
2004 }
2005 class Derived extends Base {

Callers 1

arrowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected