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

Function checkExternRefTable

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

Source from the content-addressed store, hash-verified

64 builder.instantiate({imp: {table_ref: table_ref, table_func: table_func}});
65
66function checkExternRefTable(getter, start, count, value) {
67 for (i = 0; i < count; ++i) {
68 assertEquals(value, getter(start + i));
69 }
70}
71
72(function testExternRefTableIsUninitialized() {
73 print(arguments.callee.name);

Callers 1

table-fill.jsFile · 0.70

Calls 2

assertEqualsFunction · 0.50
getterFunction · 0.50

Tested by

no test coverage detected