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

Function t

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

Source from the content-addressed store, hash-verified

375
376{
377 function t() {
378 return class {
379 static ['x'] = 2;
380 }
381 }
382
383 let klass = t();
384 let obj = new klass;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected