JavaScript Properties Index
From MDC
Contents |
[edit] Index Reference
[edit] A
arguments: An array-like object corresponding to the arguments passed to a function.
arity Deprecated: Specifies the number of arguments expected by the function.
[edit] C
callee: Specifies the function body of the currently executing function.
caller Deprecated: Specifies the name of the function that invoked the currently executing function.
className: The fully qualified name of a Java class in a package other than netscape, java, or sun that is available to JavaScript.
constructor: Specifies the function that creates an object's prototype.
- constructor - Array Object property.
- constructor - Boolean Object property.
- constructor - Date Object property.
- constructor - Function Object Property.
- constructor - Number Object property.
- constructor - Object Object property.
- constructor - RegExp Object property.
- constructor - String Object property.
[edit] E
E: Euler's constant and the base of natural logarithms, approximately 2.718.
[edit] G
global: Whether to test the regular expression against all possible matches in a string, or only against the first.
[edit] I
ignoreCase: Whether to ignore case while attempting a match in a string.
index: For an array created by a regular expression match, the zero-based index of the match in the string.
Infinity: A numeric value representing infinity.
input: For an array created by a regular expression match, reflects the original string against which the regular expression was matched.
[edit] J
java: Any class in the Java package java.*.
[edit] L
lastIndex: The index at which to start the next match.
length: Specifies the number of arguments/elements in an array/string or passed to a function.
- length - Array Object property.
- arguments.length - Function Object
argumentslocal variable property. - length - Function Object property.
- length - JavaArray Object property.
- length - String Object property.
LN2: Natural logarithm of 2, approximately 0.693.
LN10: Natural logarithm of 10, approximately 2.302.
LOG2E: Base 2 logarithm of E, approximately 1.442.
LOG10E: Base 10 logarithm of E, approximately 0.434.
[edit] M
MAX_VALUE: The largest representable number.
MIN_VALUE: The smallest representable number.
multiline: Whether or not to search in strings across multiple lines.
[edit] N
NaN: A value representing Not-A-Number.
NEGATIVE_INFINITY: Special value representing negative infinity; returned on overflow.
netscape: Any class in the Java package netscape.*.
[edit] P
PI: Ratio of the circumference of a circle of its diameter, approximately 3.14159.
POSITIVE_INFINITY: Special value representing infinity; returned on overflow.
prototype: Allows the addition of properties to all objects or a specific object.
- prototype - Array Object property.
- prototype - Boolean Object property.
- prototype - Date Object property.
- prototype - Function Object Property.
- prototype - Number Object property.
- prototype - Object Object property.
- prototype - RegExp Object property.
- prototype - String Object property.
[edit] S
source: The text of the pattern.
SQRT1_2: Square root of 1/2; equivalently, 1 over the square root of 2, approximately 0.707.
SQRT2: Square root of 2, approximately 1.414.
sun: Any class in the Java package sun.*.
[edit] U
undefined: The value undefined.