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

Method constructor

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

Source from the content-addressed store, hash-verified

24 class C {
25 x = 1;
26 constructor() {}
27 }
28
29 let c = new C;

Callers

nothing calls this directly

Calls 2

addToLogFunction · 0.85
tFunction · 0.70

Tested by

no test coverage detected