toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.shake.compiler.jsgenerator
/
com.shakelang.shake.js.native
/
JsNatives
Js
Natives
object
JsNatives
(
source
)
Members
Properties
native
Classes
Link copied to clipboard
val
nativeClasses
:
List
<
NativeClass
>
native
Fields
Link copied to clipboard
val
nativeFields
:
List
<
NativeField
>
native
Functions
Link copied to clipboard
val
nativeFunctions
:
List
<
NativeFunction
>
Functions
get
Native
Class
Link copied to clipboard
fun
getNativeClass
(
clazz
:
ShakeClass
)
:
NativeClass
fun
getNativeClass
(
qualifiedName
:
String
)
:
NativeClass
?
get
Native
Field
Link copied to clipboard
fun
getNativeField
(
field
:
ShakeMethod
)
:
NativeField
get
Native
Function
Link copied to clipboard
fun
getNativeFunction
(
fn
:
ShakeMethod
)
:
NativeFunction