toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.wasm
/
WasmInstruction
/
br_if
br_if
data
class
br_if
(
val
label
:
Int
)
:
WasmInstruction.br_base
Members
Members & Extensions
Constructors
br_if
Link copied to clipboard
constructor
(
label
:
Int
)
Properties
comp
Op
Link copied to clipboard
var
compOp
:
WasmOp
?
itype
Link copied to clipboard
open
val
itype
:
WasmSType
label
Link copied to clipboard
open
override
val
label
:
Int
op
Link copied to clipboard
open
override
val
op
:
WasmOp
Functions
accept
Link copied to clipboard
fun
WasmInstruction
.
accept
(
visitor
:
WasmCodeVisitor
,
context
:
WasmCodeVisitor.Context
)
:
Boolean