Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
function
dynCall(sig) {
9
eval(
'?'
);
10
}
11
12
dynCall(
'vi'
+
'ii'
);
// a dynamic dyncall, causes uses of all the dynCall_*
13
Callers
1
emitDCEGraph-eval.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected