| 160 | }; |
| 161 | struct Struct_set : public Base { |
| 162 | Struct_set() : Base(Opcode::Struct_set), typeidx(0), fieldidx(0) {} |
| 163 | Struct_set(index_t typeidx, index_t fieldidx) : Base(Opcode::Struct_set), typeidx(typeidx), fieldidx(fieldidx) {} |
| 164 | index_t typeidx; |
| 165 | index_t fieldidx; |
nothing calls this directly
no outgoing calls
no test coverage detected