Class JSUndefined

java.lang.Object
org.graalvm.webimage.api.JSValue
org.graalvm.webimage.api.JSUndefined

public final class JSUndefined extends JSValue
Java representation of the JavaScript undefined value.
  • Method Details

    • instance

      public static JSUndefined instance()
    • isUndefined

      public boolean isUndefined()
      Description copied from class: JSValue
      Checks whether this is the JavaScript undefined value.
      Overrides:
      isUndefined in class JSValue
    • typeof

      public String typeof()
      Specified by:
      typeof in class JSValue