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

Function GC

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

Source from the content-addressed store, hash-verified

12d8.file.execute("test/mjsunit/wasm/wasm-module-builder.js");
13
14function GC() {
15 %CheckIsOnCentralStack();
16 gc();
17}
18
19(function testGenericWrapper0Param() {
20 print(arguments.callee.name);

Callers 4

import_funcFunction · 0.70
jspi-export.jsFile · 0.70
mainFunction · 0.50

Calls 1

gcFunction · 0.50

Tested by

no test coverage detected