MCPcopy Create free account
hub / github.com/nodejs/node / "module2"

Function "module2"

test/fixtures/wpt/wasm/jsapi/instanceTestFactory.js:115–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

assert_unreachedFunction · 0.50

Tested by

no test coverage detected