toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.wasm
/
WasmInstruction
/
loop
loop
data
class
loop
(
val
b
:
WasmType
,
val
expr
:
WasmExpr
)
:
WasmInstruction.BlockOrLoop
Members
Members & Extensions
Constructors
loop
Link copied to clipboard
constructor
(
b
:
WasmType
,
expr
:
WasmExpr
)
Properties
b
Link copied to clipboard
open
override
val
b
:
WasmType
expr
Link copied to clipboard
open
override
val
expr
:
WasmExpr
itype
Link copied to clipboard
open
val
itype
:
WasmSType
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