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