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

Function t

test/js_optimizer/constructor-output.js:27–29  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

25 return t(10, 20) + u(30);
26}
27function t(a, b) {
28 return u(a + b);
29}
30
31function u(a) {
32 return a + 1;

Callers 3

vFunction · 0.85
libcore.jsFile · 0.85
result_type maxFunction · 0.85

Calls 1

uFunction · 0.70

Tested by

no test coverage detected