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

Function assertLinkError

deps/v8/test/mjsunit/wasm/errors.js:37–39  ·  view source on GitHub ↗
(bytes, imports, msg)

Source from the content-addressed store, hash-verified

35}
36
37function assertLinkError(bytes, imports, msg) {
38 assertInstantiateError(WebAssembly.LinkError, bytes, imports, msg);
39}
40
41function assertConversionError(bytes, imports, msg) {
42 let instance =

Callers 1

errors.jsFile · 0.85

Calls 1

assertInstantiateErrorFunction · 0.70

Tested by

no test coverage detected