MCPcopy Create free account
hub / github.com/WebAssembly/wabt / OnTableFillExpr

Method OnTableFillExpr

src/interp/binary-reader-interp.cc:1468–1473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1466}
1467
1468Result BinaryReaderInterp::OnTableFillExpr(Index table_index) {
1469 CHECK_RESULT(
1470 validator_.OnTableFill(GetLocation(), Var(table_index, GetLocation())));
1471 istream_.Emit(Opcode::TableFill, table_index);
1472 return Result::Ok;
1473}
1474
1475Result BinaryReaderInterp::OnRefAsNonNullExpr() {
1476 CHECK_RESULT(validator_.OnRefAsNonNull(Location()));

Callers

nothing calls this directly

Calls 3

EmitMethod · 0.80
VarClass · 0.50
OnTableFillMethod · 0.45

Tested by

no test coverage detected