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

Function exportTable64Init

deps/v8/test/mjsunit/wasm/table64-init.js:23–32  ·  view source on GitHub ↗
(builder, table, passive)

Source from the content-addressed store, hash-verified

21}
22
23function exportTable64Init(builder, table, passive) {
24 builder.addFunction('table64_init', kSig_v_lii)
25 .addBody([
26 kExprLocalGet, 0,
27 kExprLocalGet, 1,
28 kExprLocalGet, 2,
29 kNumericPrefix, kExprTableInit, passive, table.index
30 ])
31 .exportFunc();
32}
33
34function addPassiveSegmentWithExportedFuncs(builder) {
35 let sig = builder.addType(kSig_i_v, kNoSuperType, false);

Callers 1

table64-init.jsFile · 0.85

Calls 3

exportFuncMethod · 0.45
addBodyMethod · 0.45
addFunctionMethod · 0.45

Tested by

no test coverage detected