MCPcopy
hub / github.com/opentrace/opentrace / ignoredModuleProp

Function ignoredModuleProp

ui/public/lbug_wasm_worker.js:1748–1754  ·  view source on GitHub ↗
(prop)

Source from the content-addressed store, hash-verified

1746 );
1747 }
1748 function ignoredModuleProp(prop) {
1749 if (Object.getOwnPropertyDescriptor(Module, prop)) {
1750 abort(
1751 `\`Module.${prop}\` was supplied but \`${prop}\` not included in INCOMING_MODULE_JS_API`,
1752 );
1753 }
1754 }
1755 function isExportedByForceFilesystem(name) {
1756 return (
1757 name === 'FS_createPath' ||

Callers 1

checkIncomingModuleAPIFunction · 0.85

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected