korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-wasm
/
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