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

Method t

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

Source from the content-addressed store, hash-verified

453 class C extends B {
454 constructor() {
455 let t = () => {
456 super();
457 }
458 t();
459 }
460

Calls 1

assertEqualsFunction · 0.50

Tested by

no test coverage detected