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

Method constructor

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

Source from the content-addressed store, hash-verified

353 class B {
354 a = 1;
355 constructor() {
356 addToLog("base constructor");
357 }
358 }
359
360 function initF() {

Callers

nothing calls this directly

Calls 1

addToLogFunction · 0.85

Tested by

no test coverage detected