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

Method f2

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

Source from the content-addressed store, hash-verified

118 class C2 { static {
119 function f1() { return; }
120 function f2() { return 0; }
121 let f3 = (x => { return x; })
122 let f4 = (x => { return; })
123 }

Callers 13

code-flushing.jsFile · 0.80
serializeModuleFunction · 0.80
int32-umod.jsFile · 0.80
float64mul.jsFile · 0.80
int32-tmod.jsFile · 0.80
int32-udiv.jsFile · 0.80
int32-div.jsFile · 0.80
int32-mod.jsFile · 0.80
int32-mul.jsFile · 0.80
regress-11024.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected