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

Function method

test/js_optimizer/emitDCEGraph-scopes.js:15–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14var object = {
15 method() {
16 function caller(data) {
17 bar();
18 }
19 }
20};
21
22// Similar, with an arrow function. This should also not confuse us (it would

Callers 1

helperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected