(prop)
| 944 | } |
| 945 | |
| 946 | function 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 |
| 953 | function isExportedByForceFilesystem(name) { |