ActiveElement
class ActiveElement(type: ValType, initializers: List<List<Instruction>>, tableIndex: Int, offset: List<Instruction>) : Element
An active element. An active element copies its elements into a table during initialization of that table.
Constructors
Link copied to clipboard
constructor(type: ValType, initializers: List<List<Instruction>>, tableIndex: Int, offset: List<Instruction>)