(getter, start, count, value)
| 64 | builder.instantiate({imp: {table_ref: table_ref, table_func: table_func}}); |
| 65 | |
| 66 | function 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); |
no test coverage detected