(prop)
| 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' || |
no test coverage detected