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>)

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun type(): ValType