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

Method Array_init_elem

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

Source from the content-addressed store, hash-verified

209};
210struct Array_init_elem : public Base {
211 Array_init_elem() : Base(Opcode::Array_init_elem), typeidx(0), elemidx(0) {}
212 Array_init_elem(index_t typeidx, index_t elemidx) : Base(Opcode::Array_init_elem), typeidx(typeidx), elemidx(elemidx) {}
213 index_t typeidx;
214 index_t elemidx;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected