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

Method f1

deps/v8/test/mjsunit/harmony/class-static-blocks.js:119–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 // 'return' is allowed across function boundaries inside static blocks.
118 class C2 { static {
119 function f1() { return; }
120 function f2() { return 0; }
121 let f3 = (x => { return x; })
122 let f4 = (x => { return; })

Calls

no outgoing calls

Tested by

no test coverage detected