MCPcopy
hub / github.com/opentrace/opentrace / makeInvalidEarlyAccess

Function makeInvalidEarlyAccess

ui/public/lbug_wasm_worker.js:1741–1747  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

1739 }
1740 }
1741 function makeInvalidEarlyAccess(name) {
1742 return () =>
1743 assert(
1744 false,
1745 `call to '${name}' via reference taken before Wasm module initialization`,
1746 );
1747 }
1748 function ignoredModuleProp(prop) {
1749 if (Object.getOwnPropertyDescriptor(Module, prop)) {
1750 abort(

Callers 1

Calls 1

assertFunction · 0.85

Tested by

no test coverage detected