PassiveElement

class PassiveElement(type: ValType, initializers: List<List<Instruction>>) : Element

A passive element. A passive element can be copied into a table using the table.init instruction.

Constructors

Link copied to clipboard
constructor(type: ValType, initializers: List<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
fun type(): ValType