korlibs
Toggle table of contents
6.1.0-SNAPSHOT
android
common
js
jvm
native
wasmJs
Target filter
android
common
js
jvm
native
wasmJs
Switch theme
Search in API
Skip to content
korlibs
korlibs-jseval
/
korlibs.io.lang
Package-level
declarations
Types
Functions
Properties
Types
External
Js
Exception
Link copied to clipboard
wasmJs
class
ExternalJsException
(
val
e
:
Any
?
)
:
Throwable
IJSEval
Link copied to clipboard
interface
IJSEval
Properties
JSEval
Link copied to clipboard
android
common
js
jvm
native
wasmJs
actual
val
JSEval
:
IJSEval
expect
val
JSEval
:
IJSEval
actual
val
JSEval
:
IJSEval
actual
val
JSEval
:
IJSEval
actual
val
JSEval
:
IJSEval
actual
val
JSEval
:
IJSEval
Functions
expr
Link copied to clipboard
fun
IJSEval
.
expr
(
expr
:
String
,
vararg
params
:
Pair
<
String
,
Any
?
>
)
:
Any
?
Executes a javascript
expr
expressions and return the result.
expr
Suspend
Link copied to clipboard
suspend
fun
IJSEval
.
exprSuspend
(
expr
:
String
,
vararg
params
:
Pair
<
String
,
Any
?
>
)
:
Any
?
Executes a javascript
expr
expressions and return the result.
invoke
Link copied to clipboard
operator
fun
IJSEval
.
invoke
(
code
:
String
,
vararg
params
:
Pair
<
String
,
Any
?
>
)
:
Any
?
invoke
Suspend
Link copied to clipboard
suspend
fun
IJSEval
.
invokeSuspend
(
code
:
String
,
vararg
params
:
Pair
<
String
,
Any
?
>
)
:
Any
?