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

Function testStaticClassFieldCall

deps/v8/test/mjsunit/stack-traces-class-fields.js:176–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174);
175
176function testStaticClassFieldCall() {
177 class X {
178 static x = thrower;
179 }
180
181 X.x();
182}
183
184// ReferenceError: FAIL is not defined
185// at X.thrower [as x]

Callers

nothing calls this directly

Calls 1

xMethod · 0.45

Tested by

no test coverage detected