MCPcopy Create free account
hub / github.com/WasmVM/WasmVM / Struct_set

Method Struct_set

src/include/structures/WasmInstr.hpp:162–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160};
161struct 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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected