MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / visit_table_grow

Method visit_table_grow

winch/codegen/src/visitor.rs:1731–1734  ·  view source on GitHub ↗
(&mut self, table: u32)

Source from the content-addressed store, hash-verified

1729 }
1730
1731 fn visit_table_grow(&mut self, table: u32) -> Self::Output {
1732 let table_index = TableIndex::from_u32(table);
1733 self.emit_table_grow(table_index)
1734 }
1735
1736 fn visit_table_size(&mut self, table: u32) -> Self::Output {
1737 let table_index = TableIndex::from_u32(table);

Callers

nothing calls this directly

Calls 1

emit_table_growMethod · 0.80

Tested by

no test coverage detected