toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.wasm
/
WasmInstruction
/
br
br
data
class
br
(
val
label
:
Int
)
:
WasmInstruction.br_base
Members
Members & Extensions
Constructors
br
Link copied to clipboard
constructor
(
label
:
Int
)
Properties
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