Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
function
imp() {}
19
function
Module2(stdlib, imports) {
20
"use asm"
;
21
var
imp = imports.imp;
22
function
bar() {}
23
return
{bar: bar};
24
}
25
26
var
bar = Module2({}, {imp: imp}).bar;
27
assertEquals(
"bar"
, bar.name);
Callers
1
asm-wasm-names.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected