Class JSBoolean

  • All Implemented Interfaces:
    JSObjectFunctions

    public abstract class JSBoolean
    extends java.lang.Object
    implements JSObjectFunctions
    Object Boolean
    Since:
    Standard ECMA-262 3rd. Edition
    • Field Detail

      • prototype

        public JSBoolean prototype
        property prototype
        Since:
        Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
        See Also:
        Boolean
      • constructor

        protected JSFunction constructor
        property constructor
        Since:
        Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
        See Also:
        Function
    • Constructor Detail

      • JSBoolean

        public JSBoolean​(JSObject value)
        Object Boolean(value)
        Parameters:
        value - The value to be held by the Boolean object or be converted to a boolean value
        Since:
        Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.