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

Method Array_init_data

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

Source from the content-addressed store, hash-verified

203};
204struct Array_init_data : public Base {
205 Array_init_data() : Base(Opcode::Array_init_data), typeidx(0), dataidx(0) {}
206 Array_init_data(index_t typeidx, index_t dataidx) : Base(Opcode::Array_init_data), typeidx(typeidx), dataidx(dataidx) {}
207 index_t typeidx;
208 index_t dataidx;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected