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

Method constructor

deps/v8/test/mjsunit/harmony/public-instance-class-fields.js:524–528  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

522 class C2 extends class {} {
523 x = log.push(1);
524 constructor() {
525 var t = () => super();
526 t();
527 super();
528 }
529 }
530
531 assertThrows(() => new C2, ReferenceError);

Callers

nothing calls this directly

Calls 1

tFunction · 0.70

Tested by

no test coverage detected