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

Function dynCall

test/js_optimizer/emitDCEGraph-eval.js:8–10  ·  view source on GitHub ↗
(sig)

Source from the content-addressed store, hash-verified

6
7// a dynamic dynCall
8function dynCall(sig) {
9 eval('?');
10}
11
12dynCall('vi' + 'ii'); // a dynamic dyncall, causes uses of all the dynCall_*
13

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected