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

Method constructor

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

Source from the content-addressed store, hash-verified

35 class X {
36 x = 1;
37 constructor() {}
38 }
39
40 var x = new X;

Callers

nothing calls this directly

Calls 1

tFunction · 0.70

Tested by

no test coverage detected