Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ toModule
Method
toModule
deps/v8/test/mjsunit/wasm/regress-367818758.js:199–201 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
197
return
instance;
198
}
199
toModule() {
200
return
new
WebAssembly.Module(this.toBuffer());
201
}
202
}
203
let
builder =
new
WasmModuleBuilder();
204
let
struct_type = builder.addStruct([makeField(kWasmI32)]);
Callers
15
assertInvalid
Function · 0.95
caller_module
Function · 0.95
instantiate
Method · 0.95
assertInvalid
Function · 0.95
setup
Function · 0.95
assertInvalid
Function · 0.95
setup
Function · 0.95
table64-set.js
File · 0.45
jspi.js
File · 0.45
worker-module.js
File · 0.45
user-properties-reexport.js
File · 0.45
atomic-wait-multi-memory.js
File · 0.45
Calls
1
toBuffer
Method · 0.95
Tested by
no test coverage detected