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

Function import_func

deps/v8/test/mjsunit/wasm/jspi-export.js:31–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29
30 let x = 12;
31 function import_func() {
32 GC();
33 x = 20;
34 }
35
36 let instance = builder.instantiate({ mod: { func: import_func } });
37 let main = WebAssembly.promising(instance.exports.main);

Callers

nothing calls this directly

Calls 2

GCFunction · 0.70
gcFunction · 0.50

Tested by

no test coverage detected