MCPcopy Create free account
hub / github.com/GoogleChrome/samples / ignoredModuleProp

Function ignoredModuleProp

mkbitmap/mkbitmap.js:946–950  ·  view source on GitHub ↗
(prop)

Source from the content-addressed store, hash-verified

944}
945
946function ignoredModuleProp(prop) {
947 if (Object.getOwnPropertyDescriptor(Module, prop)) {
948 abort('`Module.' + prop + '` was supplied but `' + prop + '` not included in INCOMING_MODULE_JS_API');
949 }
950}
951
952// forcing the filesystem exports a few things by default
953function isExportedByForceFilesystem(name) {

Callers 1

mkbitmap.jsFile · 0.85

Calls 1

abortFunction · 0.70

Tested by

no test coverage detected