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

Function get

src/runtime_debug.js:73–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 Object.defineProperty(Module, prop, {
72 configurable: true,
73 get() { return value; },
74 set() {
75 abort(msg);
76 }

Callers

nothing calls this directly

Calls 3

abortFunction · 0.70
funcFunction · 0.50

Tested by

no test coverage detected