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

Function m

test/js_optimizer/constructor-output.js:18–41  ·  view source on GitHub ↗
(n, o, p)

Source from the content-addressed store, hash-verified

16 return c[2];
17 }
18 function m(n, o, p) {
19 var j = new n.Int8Array(p);
20 var k = o.emscripten_glVertexAttrib4fv;
21 var l = 6191184;
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}
30
31function u(a) {
32 return a + 1;
33}
34
35
36// EMSCRIPTEN_END_FUNCS
37
38 return {
39 main: v
40 };
41 }
42 return m({
43 Int8Array,
44 Int16Array,

Callers 1

instantiateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected