Class JSObjects

java.lang.Object
org.teavm.jso.core.JSObjects

public final class JSObjects extends Object
  • Method Details

    • getOwnPropertyNames

      public static String[] getOwnPropertyNames(JSObject object)
    • create

      public static <T extends JSObject> T create()
    • createWithoutProto

      public static <T extends JSObject> T createWithoutProto()
    • isUndefined

      public static boolean isUndefined(JSObject object)
    • undefined

      public static JSObject undefined()
    • typeOf

      public static String typeOf(JSObject object)
    • toString

      public static String toString(JSObject object)
    • hasProperty

      public static boolean hasProperty(JSObject object, String name)