Class JSGlobal

    • Field Detail

      • Infinity

        public static JSNumber Infinity
        property Infinity A numerical property that represents infinity.
        Since:
        Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
        See Also:
        Number
      • NaN

        public static JSNumber NaN
        property NaN Not a number value.
        Since:
        Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
        See Also:
        Number
      • undefined

        public static JSUndefined undefined
        property undefined The undefined value.
        Since:
        Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
        See Also:
        Global
    • Constructor Detail

      • JSGlobal

        public JSGlobal()