MCPcopy Index your code
hub / github.com/nodejs/node / f0

Function f0

deps/v8/test/mjsunit/switch.js:30–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28// Flags: --allow-natives-syntax
29
30function f0() {
31 switch (0) {
32 // switch deliberately left empty
33 }
34}
35
36f0(); // no errors
37

Callers 1

switch.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected