MCPcopy
hub / github.com/webpack/webpack / b

Function b

test/fixtures/asmjs.js:2–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1module.exports = function a() {
2 function b() {
3 "use asm";
4 if (0 == 0) {
5 return 1 == 1 ? 101 : 102;
6 } else {
7 return 0 == 1 ? 103 : 104;
8 }
9 }
10 function c() {
11 if (0 == 0) {
12 return 1 == 1 ? 105 : 106;

Callers 3

asmjs.jsFile · 0.70
captureSizeFunction · 0.50
printDataFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected