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

Function exportTable64Grow

deps/v8/test/mjsunit/wasm/table64-limits.js:58–66  ·  view source on GitHub ↗
(builder, table)

Source from the content-addressed store, hash-verified

56})();
57
58function exportTable64Grow(builder, table) {
59 let kSig_l_rl = makeSig([kWasmExternRef, kWasmI64], [kWasmI64]);
60 builder.addFunction('table64_grow', kSig_l_rl)
61 .addBody([
62 kExprLocalGet, 0,
63 kExprLocalGet, 1,
64 kNumericPrefix, kExprTableGrow, table.index])
65 .exportFunc();
66}
67
68(function TestTable64OOBGrowSize() {
69 print(arguments.callee.name);

Callers 1

table64-limits.jsFile · 0.70

Calls 4

makeSigFunction · 0.70
exportFuncMethod · 0.45
addBodyMethod · 0.45
addFunctionMethod · 0.45

Tested by

no test coverage detected