Package org.teavm.jso.core
Class JSObjects
java.lang.Object
org.teavm.jso.core.JSObjects
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends JSObject>
Tcreate()
static <T extends JSObject>
Tstatic String[]
getOwnPropertyNames(JSObject object)
static boolean
hasProperty(JSObject object, String name)
static boolean
isUndefined(JSObject object)
static String
static String
static JSObject
-
Method Details
-
getOwnPropertyNames
-
create
-
createWithoutProto
-
isUndefined
-
undefined
-
typeOf
-
toString
-
hasProperty
-