MCPcopy 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).
8function caller() {
9 foo();
10}
11
12caller();
13

Callers 1

Calls 3

arrowedFunction · 0.85
fooFunction · 0.70
barFunction · 0.70

Tested by

no test coverage detected