GlobalSet

GlobalSet

data class GlobalSet

Represents the global.set instruction.

Fields

Name Description
val valueAstNode: Index<Global>

Node which calculates the value of the argument.

Constructors

<init>

constructor(valueAstNode: Index<Global>)

Represents the global.set instruction.

Parameters

Name Description
valueAstNode: Index<Global>