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

Function exportTable64Size

deps/v8/test/mjsunit/wasm/table64-copy.js:41–45  ·  view source on GitHub ↗
(builder, table)

Source from the content-addressed store, hash-verified

39}
40
41function exportTable64Size(builder, table) {
42 builder.addFunction('table64_size', kSig_l_v)
43 .addBody([kNumericPrefix, kExprTableSize, table.index])
44 .exportFunc();
45}
46
47function checkExternRefTable(getter, size, start, count, value) {
48 for (let i = 0; i < size; ++i) {

Callers 1

table64-copy.jsFile · 0.70

Calls 3

exportFuncMethod · 0.45
addBodyMethod · 0.45
addFunctionMethod · 0.45

Tested by

no test coverage detected