LocalTee data class LocalTee Represents the local.tee instruction. Fields Name Description val valueAstNode: Index<Local> Node which calculates the value of the argument. Constructors <init> constructor(valueAstNode: Index<Local>) Represents the local.tee instruction. Parameters Name Description valueAstNode: Index<Local>
Represents the local.tee instruction.