JScript Objects (Windows Scripting - JScript)
The following table lists JScript Objects.
Note
These topics include information about JScript 5.8 and earlier. For current JavaScript language features, see JavaScript for Internet Explorer.
Objects
Description |
Language Element |
---|---|
Enables and returns a reference to an Automation object. |
|
Provides support for creation of arrays of any data type. |
|
An object representing the arguments to the currently executing function, and the functions that called it. |
|
Creates a new Boolean value. |
|
Enables basic storage and retrieval of dates and times. |
|
An intrinsic object that can send output to a script debugger. |
|
Enables enumeration of items in a collection. |
|
An object that contains information about errors that occur while JScript code is running. |
|
Creates a new function. |
|
An intrinsic object whose purpose is to collect global methods into one object. |
|
An intrinsic object that provides two methods to convert to and from the JavaScript Object Notation (JSON) format. |
|
An intrinsic object that provides basic mathematics functionality and constants. |
|
An object representation of the number data type and placeholder for numeric constants. |
|
Provides functionality common to all JScript objects. |
|
Stores information on regular expression pattern searches. |
|
Contains a regular expression pattern. |
|
Allows manipulation and formatting of text strings and determination and location of substrings within strings. |
|
Provides access to Visual Basic safe arrays. |
Related Reference
Change History
Date |
History |
Reason |
---|---|---|
August 2008 |
Added JSON information. |
Information enhancement. |