Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ caller
Function
caller
test/js_optimizer/emitDCEGraph-scopes.js:8–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
// below, which should not confuse us (if it does, nothing would refer to foo,
7
// and instead we'd think the toplevel caller calls bar).
8
function
caller() {
9
foo();
10
}
11
12
caller();
13
Callers
1
emitDCEGraph-scopes.js
File · 0.85
Calls
3
arrowed
Function · 0.85
foo
Function · 0.70
bar
Function · 0.70
Tested by
no test coverage detected