MCPcopy Create free account
hub / github.com/nodejs/node / Module2

Function Module2

deps/v8/test/mjsunit/wasm/asm-wasm-names.js:19–24  ·  view source on GitHub ↗
(stdlib, imports)

Source from the content-addressed store, hash-verified

17
18function imp() {}
19function Module2(stdlib, imports) {
20 "use asm";
21 var imp = imports.imp;
22 function bar() {}
23 return {bar: bar};
24}
25
26var bar = Module2({}, {imp: imp}).bar;
27assertEquals("bar", bar.name);

Callers 1

asm-wasm-names.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected