Properties (Visual Studio - JScript)
A property is a value or set of values (in the form of an array or object) that is a member of an object. The following sections link to information that explains how to use the properties in JScript.
A property is a value or set of values (in the form of an array or object) that is a member of an object. The following sections link to information that explains how to use the properties in JScript.
Returns the actual value of individual arguments from an arguments object returned by the arguments property of an executing function.
Returns the nine most-recently memorized portions found during pattern matching.
Returns the arguments object for the currently executing Function object.caller Property
Returns the Function object being executed that is the body text of the specified Function object.
Returns a reference to the function that invoked the current function.
Specifies the function that creates an object.
Returns or sets the descriptive string associated with a specific error.
Returns the mathematical constant e, the base of natural logarithms.
Returns a Boolean value indicating the state of the global flag (g) used with a regular expression.
Returns a Boolean value indicating the state of the ignoreCase flag (i) used with a regular expression.
Returns the character position where the first successful match begins in a searched string.
Returns an initial value of Number.POSITIVE_INFINITY.
Returns the string against which a regular expression search was performed.
Returns the character position where the next match begins in a searched string.
Returns the last matched characters from any regular expression search.
Returns the last parenthesized submatch, if any, from any regular expression search.
Returns the characters from the beginning of a searched string up to the position before the beginning of the last match.
Returns the actual number of arguments passed to a function by the caller.
Returns an integer value one higher than the highest element defined in an array.
Returns the number of arguments defined for a function.
Returns the length of a String object.
Returns the natural logarithm of 10.
Returns the natural logarithm of 2.
Returns the base-10 logarithm of e, the base of natural logarithms.
Returns the base-2 logarithm of e, the base of natural logarithms.
Returns the largest number representable in JScript. Equal to approximately 1.79E+308.
Returns an error message string.
Returns the number closest to zero that JScript can represent. Equal to approximately 5.00E-324.
Returns a Boolean value indicating the state of the multiline flag (m) used with a regular expression.
Returns the name of an error.
A special value that indicates that an arithmetic expression returned a value that was not a number.
Returns the special value NaN indicating that an expression is not a number.
Returns a value more negative than the largest negative number (-Number.MAX_VALUE) that JScript can represent.
Returns a value more negative than the largest negative number (-Number.MAX_VALUE) that JScript can represent.
Returns the ratio of the circumference of a circle to its diameter, approximately 3.141592653589793.
Returns a value larger than the largest number (Number.MAX_VALUE) that JScript can represent.
Returns a Boolean value indicating whether a specified property is part of an object and if it is enumerable.
Returns a reference to the prototype for a class of objects.
Returns the characters from the position following the last match to the end of the searched string.
Returns a copy of the text of the regular expression pattern.
Returns he square root of 0.5, or one divided by the square root of 2.
Returns the square root of 2
Returns an initial value of undefined.
Lists elements that comprise JScript Language Reference and links to topics that explain the details behind the proper use of language elements.