()
| 113 | "table": new WebAssembly.Table({ "element": "anyfunc", "initial": 64, maximum: 128 }), |
| 114 | }, |
| 115 | get "module2"() { |
| 116 | assert_unreached("Should not get modules that are not imported"); |
| 117 | }, |
| 118 | }; |
| 119 | |
| 120 | return { |
nothing calls this directly
no test coverage detected