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

Method OnTableSetExpr

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

Source from the content-addressed store, hash-verified

1593}
1594
1595Result BinaryReaderInterp::OnTableSetExpr(Index table_index) {
1596 CHECK_RESULT(
1597 validator_.OnTableSet(GetLocation(), Var(table_index, GetLocation())));
1598 istream_.Emit(Opcode::TableSet, table_index);
1599 return Result::Ok;
1600}
1601
1602Result BinaryReaderInterp::OnTableCopyExpr(Index dst_index, Index src_index) {
1603 CHECK_RESULT(validator_.OnTableCopy(GetLocation(),

Callers

nothing calls this directly

Calls 3

EmitMethod · 0.80
VarClass · 0.50
OnTableSetMethod · 0.45

Tested by

no test coverage detected