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

Method d

deps/v8/test/mjsunit/harmony/public-static-class-fields.js:218–220  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

216 let foo = undefined;
217 class B {
218 static set d(x) {
219 foo = x;
220 }
221 }
222
223 class C extends B {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected