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

Function checkExternRefTable

deps/v8/test/mjsunit/wasm/table64-fill.js:29–33  ·  view source on GitHub ↗
(getter, start, count, value)

Source from the content-addressed store, hash-verified

27}
28
29function checkExternRefTable(getter, start, count, value) {
30 for (let i = 0; i < count; ++i) {
31 assertEquals(value, getter(start + BigInt(i)));
32 }
33}
34
35(function TestTable64Fill() {
36 print(arguments.callee.name);

Callers 1

table64-fill.jsFile · 0.70

Calls 2

assertEqualsFunction · 0.50
getterFunction · 0.50

Tested by

no test coverage detected