MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / v

Function v

test/js_optimizer/constructor-output.js:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22
23// EMSCRIPTEN_START_FUNCS
24function v() {
25 return t(10, 20) + u(30);
26}
27function t(a, b) {
28 return u(a + b);
29}

Callers 1

RFunction · 0.70

Calls 2

tFunction · 0.85
uFunction · 0.70

Tested by

no test coverage detected