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

Method Array_fill

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

Source from the content-addressed store, hash-verified

192using Array_len = Atomic<Opcode::Array_len>;
193struct Array_fill : public Base {
194 Array_fill() : Base(Opcode::Array_fill), typeidx(0) {}
195 Array_fill(index_t typeidx) : Base(Opcode::Array_fill), typeidx(typeidx) {}
196 index_t typeidx;
197};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected