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