Class JSObjects

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

public final class JSObjects extends Object
  • Method Details

    • getOwnPropertyNames

      public static String[] getOwnPropertyNames(Object object)
    • keys

      public static String[] keys(Object object)
    • values

      public static org.teavm.jso.JSObject[] values(org.teavm.jso.JSObject object)
    • create

      public static <T extends org.teavm.jso.JSObject> T create()
    • createWithoutProto

      public static <T extends org.teavm.jso.JSObject> T createWithoutProto()
    • isUndefined

      public static boolean isUndefined(Object object)
    • undefined

      @Deprecated public static org.teavm.jso.JSObject undefined()
      Deprecated.
    • typeOf

      public static String typeOf(Object object)
    • toString

      public static String toString(Object object)
    • hasProperty

      public static boolean hasProperty(Object object, String name)
    • getPrototypeOf

      public static org.teavm.jso.JSObject getPrototypeOf(Object object)