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

Method constructor

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

Source from the content-addressed store, hash-verified

1897
1898 class Base {
1899 constructor() {
1900 baseCalled++;
1901 }
1902 }
1903
1904 class Derived extends Base {

Callers

nothing calls this directly

Calls 1

funFunction · 0.50

Tested by

no test coverage detected