c9-core/plugins/c9.ide.language.javascript..../builtin.jst

2236 wiersze
179 KiB
Plaintext

{
"es5:NaN": {
"guid": "es5:NaN",
"properties": {
"_prototype": [
{
"guid": "es5:NaN/prototype",
"properties": {}
}
]
}
},
"es5:Math": {
"guid": "es5:Math",
"properties": {
"_prototype": [
{
"guid": "es5:Math/prototype",
"properties": {}
}
],
"_E": [
{
"guid": "es5:Math/E",
"properties": {
"_return": []
},
"doc": "\n<p>The base of natural logarithms, e, approximately 2.718.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Property of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math\" title=\"en/JavaScript/Reference/Global_Objects/Math\"><code>Math</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_LN2": [
{
"guid": "es5:Math/LN2",
"properties": {
"_return": []
},
"doc": "\n<p>The natural logarithm of 2, approximately 0.693.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Property of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math\" title=\"en/JavaScript/Reference/Global_Objects/Math\"><code>Math</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_LN10": [
{
"guid": "es5:Math/LN10",
"properties": {
"_return": []
},
"doc": "\n<p>The natural logarithm of 10, approximately 2.302.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Property of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math\" title=\"en/JavaScript/Reference/Global_Objects/Math\"><code>Math</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_LOG2E": [
{
"guid": "es5:Math/LOG2E",
"properties": {
"_return": []
},
"doc": "\n<p>The base 2 logarithm of E (approximately 1.442).</p>\n<table class=\"standard-table\"> <thead> <tr> <th colspan=\"2\" class=\"header\">Property of <a title=\"en/JavaScript/Reference/Global_Objects/Math\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math\"><code>Math</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>"
}
],
"_LOG10E": [
{
"guid": "es5:Math/LOG10E",
"properties": {
"_return": []
},
"doc": "\n<p>The base 10 logarithm of E (approximately 0.434).\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Property of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math\" title=\"en/JavaScript/Reference/Global_Objects/Math\"><code>Math</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_PI": [
{
"guid": "es5:Math/PI",
"properties": {
"_return": []
},
"doc": "\n<p>The ratio of the circumference of a circle to its diameter, approximately 3.14159.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Property of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math\" title=\"en/JavaScript/Reference/Global_Objects/Math\"><code>Math</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_SQRT2": [
{
"guid": "es5:Math/SQRT2",
"properties": {
"_return": []
},
"doc": "\n<p>The square root of 2, approximately 1.414.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Property of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math\" title=\"en/JavaScript/Reference/Global_Objects/Math\"><code>Math</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_abs": [
{
"guid": "es5:Math/abs",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the absolute value of a number.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math\" title=\"en/JavaScript/Reference/Global_Objects/Math\"><code>Math</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_acos": [
{
"guid": "es5:Math/acos",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the arccosine (in radians) of a number.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math\" title=\"en/JavaScript/Reference/Global_Objects/Math\"><code>Math</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_asin": [
{
"guid": "es5:Math/asin",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the arcsine (in radians) of a number.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math\" title=\"en/JavaScript/Reference/Global_Objects/Math\"><code>Math</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_atan": [
{
"guid": "es5:Math/atan",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the arctangent (in radians) of a number.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math\" title=\"en/JavaScript/Reference/Global_Objects/Math\"><code>Math</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_atan2": [
{
"guid": "es5:Math/atan2",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the arctangent of the quotient of its arguments.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Math\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math\"><code>Math</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_ceil": [
{
"guid": "es5:Math/ceil",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the smallest integer greater than or equal to a number.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math\" title=\"en/JavaScript/Reference/Global_Objects/Math\"><code>Math</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_cos": [
{
"guid": "es5:Math/cos",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the cosine of a number.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Math\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math\"><code>Math</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_exp": [
{
"guid": "es5:Math/exp",
"properties": {
"_return": []
},
"doc": "\n<p>Returns <code>E<sup>x</sup></code>, where <code>x</code> is the argument, and <code>E</code> is Euler's constant, the base of the natural logarithms.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math\" title=\"en/JavaScript/Reference/Global_Objects/Math\"><code>Math</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_floor": [
{
"guid": "es5:Math/floor",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the largest integer less than or equal to a number.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math\" title=\"en/JavaScript/Reference/Global_Objects/Math\"><code>Math</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_log": [
{
"guid": "es5:Math/log",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the natural logarithm (base <code>E</code>) of a number.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math\" title=\"en/JavaScript/Reference/Global_Objects/Math\"><code>Math</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_max": [
{
"guid": "es5:Math/max",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the largest of zero or more numbers.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math\" title=\"en/JavaScript/Reference/Global_Objects/Math\"><code>Math</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_min": [
{
"guid": "es5:Math/min",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the smallest of zero or more numbers.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Math\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math\"><code>Math</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_pow": [
{
"guid": "es5:Math/pow",
"properties": {
"_return": []
},
"doc": "\n<p>Returns <code>base</code> to the <code>exponent</code> power, that is, <code>base<sup>exponent</sup></code>.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math\" title=\"en/JavaScript/Reference/Global_Objects/Math\"><code>Math</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_random": [
{
"guid": "es5:Math/random",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a floating-point, pseudo-random number in the range <code>[0, 1)</code> that is, from 0 (inclusive) up to but not including 1 (exclusive), which you can then scale to your desired range.</p>\n<p>The random number generator is seeded from the current time, as in Java.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Math\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math\"><code>Math</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript ?</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript ?</td> </tr> </tbody>\n</table>\n"
}
],
"_round": [
{
"guid": "es5:Math/round",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the value of a number rounded to the nearest integer.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math\" title=\"en/JavaScript/Reference/Global_Objects/Math\"><code>Math</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_sin": [
{
"guid": "es5:Math/sin",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the sine of a number.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Math\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math\"><code>Math</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_sqrt": [
{
"guid": "es5:Math/sqrt",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the square root of a number.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math\" title=\"en/JavaScript/Reference/Global_Objects/Math\"><code>Math</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_tan": [
{
"guid": "es5:Math/tan",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the tangent of a number.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math\" title=\"en/JavaScript/Reference/Global_Objects/Math\"><code>Math</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
]
}
},
"es5:JSON": {
"guid": "es5:JSON",
"properties": {
"_prototype": [
{
"guid": "es5:JSON/prototype",
"properties": {}
}
],
"_parse": [
{
"guid": "es5:JSON/parse",
"properties": {
"_return": []
},
"doc": "\n<p>Parse a string as JSON, optionally transforming the value produced by parsing.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/JSON\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/JSON\"><code>JSON</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.7</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 5th Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_stringify": [
{
"guid": "es5:JSON/stringify",
"properties": {
"_return": []
},
"doc": "\n<p>Convert a value to JSON, optionally replacing values if a replacer function is specified, or optionally including only the specified properties if a replacer array is specified.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/JSON\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/JSON\"><code>JSON</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.7</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 5th Edition</td> </tr> </tbody>\n</table>\n"
}
]
}
},
"es5:Infinity": {
"guid": "es5:Infinity",
"properties": {
"_prototype": [
{
"guid": "es5:Infinity/prototype",
"properties": {}
}
]
}
},
"es5:URIError": {
"guid": "es5:URIError",
"properties": {
"_prototype": [
{
"guid": "es5:URIError/prototype",
"properties": {}
}
],
"_URIError": [
{
"guid": "es5:URIError/URIError",
"properties": {
"_return": []
},
"doc": "\n<p>Represents the prototype for the <a title=\"en/JavaScript/Reference/Global_Objects/URIError\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/URIError\">URIError</a> constructor.</p>\n"
}
]
}
},
"es5:TypeError": {
"guid": "es5:TypeError",
"properties": {
"_prototype": [
{
"guid": "es5:TypeError/prototype",
"properties": {}
}
],
"_TypeError": [
{
"guid": "es5:TypeError/TypeError",
"properties": {
"_return": []
},
"doc": "\n<p>Represents the prototype for the <a title=\"en/JavaScript/Reference/Global_Objects/TypeError\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/TypeError\">TypeError</a> constructor.</p>\n"
}
]
}
},
"es5:SyntaxError": {
"guid": "es5:SyntaxError",
"properties": {
"_prototype": [
{
"guid": "es5:SyntaxError/prototype",
"properties": {}
}
],
"_SyntaxError": [
{
"guid": "es5:SyntaxError/SyntaxError",
"properties": {
"_return": []
},
"doc": "\n<p>Represents the prototype for the <a title=\"en/JavaScript/Reference/Global_Objects/SyntaxError\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/SyntaxError\">SyntaxError</a> constructor.</p>\n"
}
]
}
},
"es5:StopIteration": {
"guid": "es5:StopIteration",
"properties": {
"_prototype": [
{
"guid": "es5:StopIteration/prototype",
"properties": {}
}
]
}
},
"es5:ReferenceError": {
"guid": "es5:ReferenceError",
"properties": {
"_prototype": [
{
"guid": "es5:ReferenceError/prototype",
"properties": {
"_name": [
{
"guid": "es5:ReferenceError/prototype/name",
"properties": {
"_return": []
},
"doc": "\n<p>A name for the type of error. </p>\n"
}
]
}
}
]
}
},
"es5:RangeError": {
"guid": "es5:RangeError",
"properties": {
"_prototype": [
{
"guid": "es5:RangeError/prototype",
"properties": {}
}
]
}
},
"es5:InternalError": {
"guid": "es5:InternalError",
"properties": {
"_prototype": [
{
"guid": "es5:InternalError/prototype",
"properties": {}
}
]
}
},
"es5:EvalError": {
"guid": "es5:EvalError",
"properties": {
"_prototype": [
{
"guid": "es5:EvalError/prototype",
"properties": {}
}
]
}
},
"es5:Error": {
"guid": "es5:Error",
"properties": {
"_prototype": [
{
"guid": "es5:Error/prototype",
"properties": {}
}
],
"_Error": [
{
"guid": "es5:Error/Error",
"properties": {
"_return": []
},
"doc": "\n<p>Represents the prototype for the <a title=\"en/JavaScript/Reference/Global_Objects/Error\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Error\">Error</a> constructor.</p>\n"
}
],
"_message": [
{
"guid": "es5:Error/message",
"properties": {
"_return": []
},
"doc": "\n<p>A human-readable description of the error.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Property of <a title=\"en/JavaScript/Reference/Global_Objects/Error\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Error\"><code>Error</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.?</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_name": [
{
"guid": "es5:Error/name",
"properties": {
"_return": []
},
"doc": "\n<p>A name for the type of error.</p>\n<table class=\"standard-table\"> <thead> <tr> <th colspan=\"2\" class=\"header\">Property of <a title=\"en/JavaScript/Reference/Global_Objects/Error\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Error\"><code>Error</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.?</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>"
}
],
"_stack": [
{
"guid": "es5:Error/stack",
"properties": {
"_return": []
},
"doc": "\n<p>This non-standard property of <a title=\"en/Core_JavaScript_1.5_Reference/Global_Objects/Error\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Error\">Error</a> objects offers a trace of which functions were called, in what order, from which line and file, and with what arguments. The stack string proceeds from the most recent calls to earlier ones, leading back to the original global scope call.</p>\n<p>Each step will be separated by a newline, with the first part of the line being the function name (if not a call from the global scope), followed by the argument values converted to string in parentheses, then by an at (@) sign, the file location (except when the function is the error constructor as the error is being thrown), a colon, and, if there is a file location, the line number. (Note the Error object also possesses the fileName and lineNumber properties for retrieving these from the error thrown (but only the error, and not its trace).)</p>\n<p>While an object (or array, etc.) will appear in the converted form &quot;[object Object]&quot;, and as such cannot be evaluated back into the actual objects, scalar values can be retrieved (though it may be easier to use arguments.callee.caller.arguments, as could the function name be retrieved by arguments.callee.caller.name). &quot;undefined&quot; is listed as &quot;(void 0)&quot;. Note that if string arguments are passed in with values such as &quot;@&quot;, &quot;(&quot;, &quot;)&quot; (or if in file names), you cannot easily rely on these for breaking the line into its component parts.</p>\n"
}
]
}
},
"es5:String": {
"guid": "es5:String",
"properties": {
"_prototype": [
{
"guid": "es5:String/prototype",
"properties": {
"_constructor": [
{
"guid": "es5:String/prototype/constructor",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a reference to the <a title=\"En/Core_JavaScript_1.5_Reference/Global_Objects/String\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/En/Core_JavaScript_1.5_Reference/Global_Objects/String\">String</a> function that created the instance's prototype. Note that the value of this property is a reference to the function itself, not a string containing the function's name.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Property of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\" title=\"en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.1</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_length": [
{
"guid": "es5:String/prototype/length",
"doc": "\n<p>The length of a string.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Property of <a title=\"en/JavaScript/Reference/Global_Objects/String\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_charAt": [
{
"guid": "es5:String/prototype/charAt",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the specified character from a string.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\" title=\"en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_charCodeAt": [
{
"guid": "es5:String/prototype/charCodeAt",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the numeric Unicode value of the character at the given index (except for unicode codepoints &gt; 0x10000).</p>\n<table class=\"standard-table\"> <thead> <tr> <th colspan=\"2\" class=\"header\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/String\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.2</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>"
}
],
"_concat": [
{
"guid": "es5:String/prototype/concat",
"properties": {
"_return": []
},
"doc": "\n<p>Combines the text of two or more strings and returns a new string.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/String\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.2</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 3rd Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_indexOf": [
{
"guid": "es5:String/prototype/indexOf",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the index within the calling <code>String</code> object of the first occurrence of the specified value, starting the search at <code>fromIndex</code>,<br /> returns -1 if the value is not found.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/String\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_lastIndexOf": [
{
"guid": "es5:String/prototype/lastIndexOf",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the index within the calling <code>String</code> object of the last occurrence of the specified value, or -1 if not found. The calling string is searched backward, starting at <code>fromIndex</code>.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/String\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_localeCompare": [
{
"guid": "es5:String/prototype/localeCompare",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a number indicating whether a reference string comes before or after or is the same as the given string in sort order.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/String\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.2</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_match": [
{
"guid": "es5:String/prototype/match",
"properties": {
"_return": []
},
"doc": "\n<p>Used to retrieve the matches when matching a&nbsp;<code><em>string</em></code>&nbsp;against a&nbsp;<em>regular expression</em>.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/String\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.2</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 3rd Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_replace": [
{
"guid": "es5:String/prototype/replace",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a new string with some or all matches of a <code>pattern</code> replaced by a <code>replacement</code>.&nbsp; The <code>pattern</code> can be a string or a RegExp, and the <code>replacement</code> can be a string or a function to be called for each match.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/String\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.2</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 3rd Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_search": [
{
"guid": "es5:String/prototype/search",
"properties": {
"_return": []
},
"doc": "\n<p>Executes the search for a match between a regular expression and this <code>String</code> object.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/String\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.2</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 3rd Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_slice": [
{
"guid": "es5:String/prototype/slice",
"properties": {
"_return": []
},
"doc": "\n<p>Extracts a section of a string and returns a new string.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/String\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 3rd Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_split": [
{
"guid": "es5:String/prototype/split",
"properties": {
"_return": []
},
"doc": "\n<p>Splits a <code>String</code> object into an array of strings by separating the string into substrings.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/String\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.1</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 3rd Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_substr": [
{
"guid": "es5:String/prototype/substr",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the characters in a string beginning at the specified location through the specified number of characters.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/String\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>None, although ECMAScript 3rd Edition has a non-normative section suggesting uniform semantics</td> </tr> </tbody>\n</table>\n"
}
],
"_substring": [
{
"guid": "es5:String/prototype/substring",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a subset of a <code>string</code> between one index and another, or through the end of the string.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/String\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_toLocaleLowerCase": [
{
"guid": "es5:String/prototype/toLocaleLowerCase",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the calling string value converted to lower case, according to any locale-specific case mappings.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\" title=\"en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.2</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_toLowerCase": [
{
"guid": "es5:String/prototype/toLowerCase",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the calling string value converted to lowercase.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/String\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_toLocaleUpperCase": [
{
"guid": "es5:String/prototype/toLocaleUpperCase",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the calling string value converted to upper case, according to any locale-specific case mappings.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\" title=\"en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.2</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_toUpperCase": [
{
"guid": "es5:String/prototype/toUpperCase",
"properties": {
"_return": []
},
"doc": "\n<p>The <code>toUpperCase</code> method returns the value of the string converted to uppercase. <code>toUpperCase</code> does not affect the value of the string itself.</p>\n"
}
],
"_toString": [
{
"guid": "es5:String/prototype/toString",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a string representing the specified object.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\" title=\"en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.1</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_trim": [
{
"guid": "es5:String/prototype/trim",
"properties": {
"_return": []
},
"doc": "\n<p>Removes whitespace from both ends of the string.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/String\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.8.1</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 5th Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_valueOf": [
{
"guid": "es5:String/prototype/valueOf",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the primitive value of a String object.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\" title=\"en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.1</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_anchor": [
{
"guid": "es5:String/prototype/anchor",
"properties": {
"_return": []
},
"doc": "\n<p>Creates an <a class=\"external\" rel=\"external\" target=\"c9doc\" href=\"http://www.w3.org/TR/html401/struct/links.html#adef-name-A\" title=\"http://www.w3.org/TR/html401/struct/links.html#adef-name-A\" >HTML anchor</a> that is used as a hypertext target.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\" title=\"en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>none</td> </tr> </tbody>\n</table> "
}
],
"_big": [
{
"guid": "es5:String/prototype/big",
"properties": {
"_return": []
},
"doc": "\n<p>Causes a string to be displayed in a big font as if it were in a <a class=\"external\" rel=\"external\" target=\"c9doc\" href=\"http://www.w3.org/TR/html401/present/graphics.html#edef-BIG\" title=\"http://www.w3.org/TR/html401/present/graphics.html#edef-BIG\" ><code>BIG</code> tag</a>.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\" title=\"en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>none</td> </tr> </tbody>\n</table> "
}
],
"_blink": [
{
"guid": "es5:String/prototype/blink",
"properties": {
"_return": []
},
"doc": "\n<p>Causes a string to blink as if it were in a <code>BLINK</code> tag.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\" title=\"en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>none</td> </tr> </tbody>\n</table> "
}
],
"_bold": [
{
"guid": "es5:String/prototype/bold",
"properties": {
"_return": []
},
"doc": "\n<p>Causes a string to be displayed as bold as if it were in a <a class=\"external\" rel=\"external\" target=\"c9doc\" href=\"http://www.w3.org/TR/html401/present/graphics.html#edef-B\" title=\"http://www.w3.org/TR/html401/present/graphics.html#edef-B\" ><code>B</code> tag</a>.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\" title=\"en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>none</td> </tr> </tbody>\n</table> "
}
],
"_fixed": [
{
"guid": "es5:String/prototype/fixed",
"properties": {
"_return": []
},
"doc": "\n<p>Causes a string to be displayed in fixed-pitch font as if it were in a <a class=\"external\" rel=\"external\" target=\"c9doc\" href=\"http://www.w3.org/TR/html401/present/graphics.html#edef-TT\" title=\"http://www.w3.org/TR/html401/present/graphics.html#edef-TT\" ><code>TT</code> tag</a>.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\" title=\"en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>none</td> </tr> </tbody>\n</table> "
}
],
"_fontcolor": [
{
"guid": "es5:String/prototype/fontcolor",
"properties": {
"_return": []
},
"doc": "\n<p>Causes a string to be displayed in the specified color as if it were in a <code>&lt;FONT COLOR=&quot;<em>color</em>&quot;&gt;</code> tag.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\" title=\"en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>none</td> </tr> </tbody>\n</table> "
}
],
"_fontsize": [
{
"guid": "es5:String/prototype/fontsize",
"properties": {
"_return": []
},
"doc": "\n<p>Causes a string to be displayed in the specified font size as if it were in a <code>&lt;FONT SIZE=&quot;<em>size</em>&quot;&gt;</code> tag.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\" title=\"en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>none</td> </tr> </tbody>\n</table> "
}
],
"_italics": [
{
"guid": "es5:String/prototype/italics",
"properties": {
"_return": []
},
"doc": "\n<p>Causes a string to be italic, as if it were in an <a class=\"external\" rel=\"external\" target=\"c9doc\" href=\"http://www.w3.org/TR/html401/present/graphics.html#edef-I\" title=\"http://www.w3.org/TR/html401/present/graphics.html#edef-I\" ><code>I</code> tag</a>.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\" title=\"en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>none</td> </tr> </tbody>\n</table> "
}
],
"_link": [
{
"guid": "es5:String/prototype/link",
"properties": {
"_return": []
},
"doc": "\n<p>Creates an <a class=\"external\" rel=\"external\" target=\"c9doc\" href=\"http://www.w3.org/TR/html401/struct/links.html#adef-href\" title=\"http://www.w3.org/TR/html401/struct/links.html#adef-href\" >HTML hypertext link</a> that requests another URL.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\" title=\"en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>none</td> </tr> </tbody>\n</table> "
}
],
"_small": [
{
"guid": "es5:String/prototype/small",
"properties": {
"_return": []
},
"doc": "\n<p>Causes a string to be displayed in a small font, as if it were in a <a class=\"external\" rel=\"external\" target=\"c9doc\" href=\"http://www.w3.org/TR/html401/present/graphics.html#edef-SMALL\" title=\"http://www.w3.org/TR/html401/present/graphics.html#edef-SMALL\" ><code>SMALL</code> tag</a>.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\" title=\"en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>none</td> </tr> </tbody>\n</table> "
}
],
"_strike": [
{
"guid": "es5:String/prototype/strike",
"properties": {
"_return": []
},
"doc": "\n<p>Causes a string to be displayed as struck-out text, as if it were in a <a class=\"external\" rel=\"external\" target=\"c9doc\" href=\"http://www.w3.org/TR/html401/present/graphics.html#edef-STRIKE\" title=\"http://www.w3.org/TR/html401/present/graphics.html#edef-STRIKE\" ><code>STRIKE</code> tag</a>.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\" title=\"en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>none</td> </tr> </tbody>\n</table> "
}
],
"_sub": [
{
"guid": "es5:String/prototype/sub",
"properties": {
"_return": []
},
"doc": "\n<p>Causes a string to be displayed as a subscript, as if it were in a <a class=\"external\" rel=\"external\" target=\"c9doc\" href=\"http://www.w3.org/TR/html401/struct/text.html#edef-SUB\" title=\"http://www.w3.org/TR/html401/struct/text.html#edef-SUB\" ><code>SUB</code> tag</a>.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\" title=\"en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>none</td> </tr> </tbody>\n</table> "
}
],
"_sup": [
{
"guid": "es5:String/prototype/sup",
"properties": {
"_return": []
},
"doc": "\n<p>Causes a string to be displayed as a superscript, as if it were in a <a class=\"external\" rel=\"external\" target=\"c9doc\" href=\"http://www.w3.org/TR/html401/struct/text.html#edef-SUP\" title=\"http://www.w3.org/TR/html401/struct/text.html#edef-SUP\" ><code>SUP</code> tag</a>.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\" title=\"en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>none</td> </tr> </tbody>\n</table> "
}
]
}
}
],
"_length": [
{
"guid": "es5:String/length",
"doc": "\n<p>The length of a string.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Property of <a title=\"en/JavaScript/Reference/Global_Objects/String\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_substring": [
{
"guid": "es5:String/substring",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a subset of a <code>string</code> between one index and another, or through the end of the string.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/String\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_substr": [
{
"guid": "es5:String/substr",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the characters in a string beginning at the specified location through the specified number of characters.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/String\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>None, although ECMAScript 3rd Edition has a non-normative section suggesting uniform semantics</td> </tr> </tbody>\n</table>\n"
}
],
"_charAt": [
{
"guid": "es5:String/charAt",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the specified character from a string.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\" title=\"en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_localeCompare": [
{
"guid": "es5:String/localeCompare",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a number indicating whether a reference string comes before or after or is the same as the given string in sort order.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/String\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.2</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_valueOf": [
{
"guid": "es5:String/valueOf",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the primitive value of a String object.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\" title=\"en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.1</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_fromCharCode": [
{
"guid": "es5:String/fromCharCode",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a string created by using the specified sequence of Unicode values.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Static Method of <a title=\"en/JavaScript/Reference/Global_Objects/String\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String\"><code>String</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.2</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
]
}
},
"es5:RegExp": {
"guid": "es5:RegExp",
"properties": {
"_prototype": [
{
"guid": "es5:RegExp/prototype",
"properties": {
"_constructor": [
{
"guid": "es5:RegExp/prototype/constructor",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a reference to the <a title=\"en/JavaScript/Reference/Global_Objects/RegExp\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/RegExp\">RegExp</a> function that created the instance's prototype. Note that the value of this property is a reference to the function itself, not a string containing the function's name.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Property of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/RegExp\" title=\"en/JavaScript/Reference/Global_Objects/RegExp\"><code>RegExp</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.1</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_global": [
{
"guid": "es5:RegExp/prototype/global",
"properties": {
"_return": []
},
"doc": "\n<p>Whether or not the &quot;<code>g</code>&quot; flag is used with the regular expression.\n</p>\n<table class=\"fullwidth-table\">\n<tr>\n<td class=\"header\" colspan=\"2\">Property of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Objects/RegExp\" title=\"en/Core_JavaScript_1.5_Reference/Objects/RegExp\">RegExp</a> instances</td>\n</tr>\n<tr>\n<td colspan=\"2\">\n<p><b>Read-only</b>\n</p>\n</td>\n</tr>\n<tr>\n<td>Implemented in:</td>\n<td>JavaScript 1.2, NES3.0\n<p>JavaScript 1.5: <code>global</code> is a property of a <code>RegExp</code> instance, not the <code>RegExp</code> object.\n</p>\n</td>\n</tr>\n<tr>\n<td>ECMA Version:</td>\n<td>ECMA-262, Edition 3</td>\n</tr>\n</table>\n"
}
],
"_ignoreCase": [
{
"guid": "es5:RegExp/prototype/ignoreCase",
"properties": {
"_return": []
},
"doc": "\n<p>Whether or not the &quot;<code>i</code>&quot; flag is used with the regular expression.\n</p>\n<table class=\"fullwidth-table\">\n<tr>\n<td class=\"header\" colspan=\"2\">Property of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Objects/RegExp\" title=\"en/Core_JavaScript_1.5_Reference/Objects/RegExp\">RegExp</a> instances</td>\n</tr>\n<tr>\n<td>Implemented in:</td>\n<td>JavaScript 1.2, NES3.0\n<p>JavaScript 1.5: <code>ignoreCase</code> is a property of a <code>RegExp</code> instance, not the <code>RegExp</code> object.\n</p>\n</td>\n</tr>\n<tr>\n<td>ECMA Version:</td>\n<td>ECMA-262, Edition 3</td>\n</tr>\n</table>\n"
}
],
"_lastIndex": [
{
"guid": "es5:RegExp/prototype/lastIndex",
"properties": {
"_return": []
},
"doc": "\n<p>A read/write integer property that specifies the index at which to start the next match.\n</p>\n<table class=\"fullwidth-table\">\n<tr>\n<td class=\"header\" colspan=\"2\">Property of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Objects/RegExp\" title=\"en/Core_JavaScript_1.5_Reference/Objects/RegExp\">RegExp</a></td>\n</tr>\n<tr>\n<td>Implemented in:</td>\n<td>JavaScript 1.2, NES3.0\n<p>JavaScript 1.5: <code>lastIndex</code> is a property of a <code>RegExp</code> instance, not the <code>RegExp</code> object.\n</p>\n</td>\n</tr>\n<tr>\n<td>ECMA Version:</td>\n<td>ECMA-262, Edition 3</td>\n</tr>\n</table>\n"
}
],
"_multiline": [
{
"guid": "es5:RegExp/prototype/multiline",
"properties": {
"_return": []
},
"doc": "\n<p>Reflects whether or not to search in strings across multiple lines.\n</p>\n<table class=\"fullwidth-table\">\n<tr>\n<td class=\"header\" colspan=\"2\">Property of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Objects/RegExp\" title=\"en/Core_JavaScript_1.5_Reference/Objects/RegExp\">RegExp</a> instances</td>\n</tr>\n<tr>\n<td colspan=\"2\">\n<p><b>Static</b>\n</p>\n</td>\n</tr>\n<tr>\n<td>Implemented in:</td>\n<td>JavaScript 1.2, NES3.0\n<p>JavaScript 1.5: <code>multiline</code> is a property of a <code>RegExp</code> instance, not the <code>RegExp</code> object.\n</p>\n</td>\n</tr>\n<tr>\n<td>ECMA Version:</td>\n<td>ECMA-262, Edition 3</td>\n</tr>\n</table>\n"
}
],
"_source": [
{
"guid": "es5:RegExp/prototype/source",
"properties": {
"_return": []
},
"doc": "\n<p>A read-only property that contains the text of the pattern, excluding the forward slashes.\n</p>\n<table class=\"fullwidth-table\">\n<tr>\n<td class=\"header\" colspan=\"2\">Property of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Objects/RegExp\" title=\"en/Core_JavaScript_1.5_Reference/Objects/RegExp\">RegExp</a> instances</td>\n</tr>\n<tr>\n<td colspan=\"2\">\n<p><b>Static</b>\n</p>\n</td>\n</tr>\n<tr>\n<td>Implemented in:</td>\n<td>JavaScript 1.2, NES3.0\n<p>JavaScript 1.5: <code>source</code> is a property of a <code>RegExp</code> instance, not the <code>RegExp</code> object.\n</p>\n</td>\n</tr>\n<tr>\n<td>ECMA Version:</td>\n<td>ECMA-262, Edition 3</td>\n</tr>\n</table>\n"
}
],
"_exec": [
{
"guid": "es5:RegExp/prototype/exec",
"properties": {
"_return": []
},
"doc": "\n<p>Executes a search for a match in a specified string. Returns a result array, or <code>null</code>.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/RegExp\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/RegExp\"><code>RegExp</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.2</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 3rd Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_test": [
{
"guid": "es5:RegExp/prototype/test",
"properties": {
"_return": []
},
"doc": "\n<p>Executes the search for a match between a regular expression and a specified string. Returns <code>true</code> or <code>false</code>.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/RegExp\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/RegExp\"><code>RegExp</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.2</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 3rd Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_toSource": [
{
"guid": "es5:RegExp/prototype/toSource",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a string representing the source code of the object.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/RegExp\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/RegExp\"><code>RegExp</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.3</td> </tr> <tr> <td>ECMAScript Edition</td> <td>none</td> </tr> </tbody>\n</table>\n"
}
],
"_toString": [
{
"guid": "es5:RegExp/prototype/toString",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a string representing the specified object.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/RegExp\" title=\"en/JavaScript/Reference/Global_Objects/RegExp\"><code>RegExp</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.1</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 3rd Edition</td> </tr> </tbody>\n</table> "
}
]
}
}
]
}
},
"es5:Object": {
"guid": "es5:Object",
"properties": {
"_prototype": [
{
"guid": "es5:Object/prototype",
"properties": {
"_constructor": [
{
"guid": "es5:Object/prototype/constructor",
"properties": {},
"doc": "\n<p>Returns a reference to the <a title=\"en/JavaScript/Reference/Global_Objects/Object\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object\">Object</a> function that created the instance's prototype. Note that the value of this property is a reference to the function itself, not a string containing the function's name, but it isn't read only (except for primitive Boolean, Number or String values: 1, true, &quot;read-only&quot;).</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Property of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object\" title=\"en/JavaScript/Reference/Global_Objects/Object\"><code>Object</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.1</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_hasOwnProperty": [
{
"guid": "es5:Object/prototype/hasOwnProperty",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a boolean indicating whether the object has the specified property.</p>\n<table class=\"standard-table\"> <thead> <tr> <th colspan=\"2\" class=\"header\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Object\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object\"><code>Object</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript ?</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 3rd Edition</td> </tr> </tbody>\n</table>"
}
],
"_isPrototypeOf": [
{
"guid": "es5:Object/prototype/isPrototypeOf",
"properties": {
"_return": []
},
"doc": "\n<p>Tests for an object in another object's prototype chain.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Object\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object\"><code>Object</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript ?</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 3rd Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_propertyIsEnumerable": [
{
"guid": "es5:Object/prototype/propertyIsEnumerable",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a Boolean indicating whether the specified property is enumerable.</p>\n<table class=\"standard-table\"> <thead> <tr> <th colspan=\"2\" class=\"header\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Object\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object\"><code>Object</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript ?</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 3rd Edition</td> </tr> </tbody>\n</table>"
}
],
"_toLocaleString": [
{
"guid": "es5:Object/prototype/toLocaleString",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a string representing the object. This method is meant to be overriden by derived objects for locale-specific purposes.\n</p>\n<table class=\"fullwidth-table\">\n<tr>\n<td class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Object\" title=\"en/Core_JavaScript_1.5_Reference/Global_Objects/Object\">Object</a></td>\n</tr>\n<tr>\n<td>ECMA Version:</td>\n<td>ECMA-262 Edition 3</td>\n</tr>\n</table>\n"
}
],
"_toString": [
{
"guid": "es5:Object/prototype/toString",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a string representing the object.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Object\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object\"><code>Object</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
]
}
}
],
"_create": [
{
"guid": "es5:Object/create",
"properties": {
"_return": []
},
"doc": "\n<p>Creates a new object with the specified prototype object and properties.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Object\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object\"><code>Object</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.8.5</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 5th Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_defineProperty": [
{
"guid": "es5:Object/defineProperty",
"properties": {
"_return": []
},
"doc": "\n<p>Defines a new property directly on an object, or modifies an existing property on an object, and returns the object.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Object\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object\"><code>Object</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.8.5</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 5th Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_defineProperties": [
{
"guid": "es5:Object/defineProperties",
"properties": {
"_return": []
},
"doc": "\n<p>Defines new or modifies existing properties directly on an object, returning the object.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Object\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object\"><code>Object</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.8.5</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 5th Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_getOwnPropertyDescriptor": [
{
"guid": "es5:Object/getOwnPropertyDescriptor",
"properties": {
"_return": []
},
"doc": "\n<p>This method permits examination of the precise description of a property. A <dfn>property</dfn> in JavaScript consists of a string-valued name and a property descriptor. A <dfn>property descriptor</dfn> is a record with some of the following attributes:</p>\n<dl> <dt><code><strong>value</strong></code></dt> <dd>The value associated with the property (data descriptors only).</dd> <dt><code><strong>writable</strong></code></dt> <dd><code>true</code> if and only if the value associated with the property may be changed (data descriptors only).</dd> <dt><code><strong>get</strong></code></dt> <dd>A function which serves as a getter for the property, or <code>undefined</code> if there is no getter (accessor descriptors only).</dd> <dt><code><strong>set</strong></code></dt> <dd>A function which serves as a setter for the property, or <code>undefined</code> if there is no setter (accessor descriptors only).</dd> <dt><code><strong>configurable</strong></code></dt> <dd><code>true</code> if and only if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object.</dd> <dt><code><strong>enumerable</strong></code></dt> <dd><code>true</code> if and only if this property shows up during enumeration of the properties on the corresponding object.</dd>\n</dl>\n<p>Further information about property descriptor attributes can be found on the <code><a title=\"en/Core JavaScript 1.5 Reference/Global Objects/Object/defineProperty\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object/defineProperty\">Object.defineProperty</a></code> description</p>\n"
}
],
"_keys": [
{
"guid": "es5:Object/keys",
"properties": {
"_return": []
},
"doc": "\n<p>Returns an array of all own enumerable properties found upon a given object, in the same order as that provided by a <a title=\"en/JavaScript/Reference/Statements/for...in\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Statements/for...in\"><code>for-in</code></a> loop (the difference being that a for-in loop enumerates properties in the prototype chain as well).</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Object\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object\"><code>Object</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.8.5</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 5th Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_getOwnPropertyNames": [
{
"guid": "es5:Object/getOwnPropertyNames",
"properties": {
"_return": []
},
"doc": "\n<p>Returns an array of all properties (enumerable or not) found upon a given object.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Object\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object\"><code>Object</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.8.5</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 5th Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_getPrototypeOf": [
{
"guid": "es5:Object/getPrototypeOf",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the prototype of the specified object.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Object\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object\"><code>Object</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.8.1</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 5th Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_preventExtensions": [
{
"guid": "es5:Object/preventExtensions",
"properties": {
"_return": []
},
"doc": "\n<p>Prevents new properties from ever being added to an object (i.e. prevents future extensions to the object).</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Object\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object\"><code>Object</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.8.5</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 5th Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_isExtensible": [
{
"guid": "es5:Object/isExtensible",
"properties": {
"_return": []
},
"doc": "\n<p>Determines if an object is extensible (whether it can have new properties added to it).</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Object\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object\"><code>Object</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.8.5</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 5th Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_seal": [
{
"guid": "es5:Object/seal",
"properties": {
"_return": []
},
"doc": "\n<p>Seals an object, preventing new properties from being added to it and marking all existing properties as non-configurable. Values of present properties can still be changed as long as they are writable.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Object\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object\"><code>Object</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.8.5</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 5th Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_isSealed": [
{
"guid": "es5:Object/isSealed",
"properties": {
"_return": []
},
"doc": "\n<p>Determine if an object is sealed.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Object\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object\"><code>Object</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.8.5</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 5th Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_freeze": [
{
"guid": "es5:Object/freeze",
"properties": {
"_return": []
},
"doc": "\n<p>Freezes an object: that is, prevents new properties from being added to it; prevents existing properties from being removed; and prevents existing properties, or their enumerability, configurability, or writability, from being changed.&nbsp;In essence the object is made effectively immutable. The method returns the object being frozen.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Object\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object\"><code>Object</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.8.5</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 5th Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_isFrozen": [
{
"guid": "es5:Object/isFrozen",
"properties": {
"_return": []
},
"doc": "\n<p>Determine if an object is frozen.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Object\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object\"><code>Object</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.8.5</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 5th Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_valueOf": [
{
"guid": "es5:Object/prototype/valueOf",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the primitive value of the specified object\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object\" title=\"en/JavaScript/Reference/Global_Objects/Object\"><code>Object</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.1</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
]
}
},
"es5:Number": {
"guid": "es5:Number",
"properties": {
"_prototype": [
{
"guid": "es5:Number/prototype",
"properties": {
"_constructor": [
{
"guid": "es5:Number/prototype/constructor",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a reference to the <a title=\"En/Core_JavaScript_1.5_Reference/Global_Objects/Number\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/En/Core_JavaScript_1.5_Reference/Global_Objects/Number\">Number</a> function that created the instance's prototype. Note that the value of this property is a reference to the function itself, not a string containing the function's name.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Property of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Number\" title=\"en/JavaScript/Reference/Global_Objects/Number\"><code>Number</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.1</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_toExponential": [
{
"guid": "es5:Number/prototype/toExponential",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a string representing the Number object in exponential notation</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Number\" title=\"en/JavaScript/Reference/Global_Objects/Number\"><code>Number</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.5</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 3rd Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_toFixed": [
{
"guid": "es5:Number/prototype/toFixed",
"properties": {
"_return": []
},
"doc": "\n<p>Formats a number using fixed-point notation</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Number\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Number\"><code>Number</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.5</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 3rd Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_toLocaleString": [
{
"guid": "es5:Number/prototype/toLocaleString",
"properties": {
"_return": []
},
"doc": ""
}
],
"_toPrecision": [
{
"guid": "es5:Number/prototype/toPrecision",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a string representing the Number object to the specified precision. </p><table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Number\" title=\"en/JavaScript/Reference/Global_Objects/Number\"><code>Number</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.5</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 3rd Edition</td> </tr> </tbody>\n</table> "
}
],
"_toSource": [
{
"guid": "es5:Number/prototype/toSource",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a string representing the source code of the object.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Number\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Number\"><code>Number</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.3</td> </tr> <tr> <td>ECMAScript Edition</td> <td>None</td> </tr> </tbody>\n</table>\n"
}
],
"_toString": [
{
"guid": "es5:Number/prototype/toString",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a string representing the specified Number object</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Number\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Number\"><code>Number</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.1</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_valueOf": [
{
"guid": "es5:Number/prototype/valueOf",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the primitive value of a Number object.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Number\" title=\"en/JavaScript/Reference/Global_Objects/Number\"><code>Number</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.1</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
]
}
}
],
"_NaN": [
{
"guid": "es5:Number/NaN",
"properties": {
"_return": []
},
"doc": "\n<p>A value representing Not-A-Number.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Property of <a title=\"en/JavaScript/Reference/Global_Objects/Number\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Number\"><code>Number</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.1</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
]
}
},
"es5:Iterator": {
"guid": "es5:Iterator",
"properties": {
"_prototype": [
{
"guid": "es5:Iterator/prototype",
"properties": {}
}
]
}
},
"es5:Function": {
"guid": "es5:Function",
"properties": {
"_prototype": [
{
"guid": "es5:Function/prototype",
"properties": {
"_arguments": [
{
"guid": "es5:Function/prototype/arguments",
"properties": {
"_return": []
},
"doc": "\n<p>An array-like object corresponding to the arguments passed to a function.\n</p>\n"
}
],
"_arity": [
{
"guid": "es5:Function/prototype/arity",
"properties": {
"_return": []
},
"doc": "\n<p>Specifies the number of arguments expected by the function.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Property of <a title=\"en/JavaScript/Reference/Global_Objects/Function\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function\"><code>Function</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.2</td> </tr> <tr> <td>ECMAScript Edition</td> <td>None</td> </tr> </tbody>\n</table>\n"
}
],
"_length": [
{
"guid": "es5:Function/prototype/length",
"properties": {
"_return": []
},
"doc": "\n<p>Specifies the number of arguments expected by the function.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Property of <a title=\"en/JavaScript/Reference/Global_Objects/Function\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function\"><code>Function</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.1</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_caller": [
{
"guid": "es5:Function/prototype/caller",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the function that invoked the specified function.</p>\n<p>This property is not part of ECMA-262 Edition 3 standard. It is implemented at least in <a title=\"en/SpiderMonkey\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/SpiderMonkey\">SpiderMonkey</a> (the JavaScript engine used in Mozilla) (see <a rel=\"external\" target=\"c9doc\" href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=65683\" class=\"external\" title=\"\">\nbug 65683</a>\n), V8 (the JavaScript engine used in Chrome) and JScript.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Property of <a title=\"en/JavaScript/Reference/Global_Objects/Function\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function\"><code>Function</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.5</td> </tr> <tr> <td>ECMAScript Edition</td> <td>none</td> </tr> </tbody>\n</table>\n"
}
],
"_constructor": [
{
"guid": "es5:Function/prototype/constructor",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a reference to the <a title=\"en/JavaScript/Reference/Global_Objects/Function\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function\">Function</a> function that created the instance's prototype. Note that the value of this property is a reference to the function itself, not a string containing the function's name.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Property of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function\" title=\"en/JavaScript/Reference/Global_Objects/Function\"><code>Function</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.1</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_name": [
{
"guid": "es5:Function/prototype/name",
"properties": {
"_return": []
},
"doc": "\n<p>The name of the function.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Property of <a title=\"en/JavaScript/Reference/Global_Objects/Function\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function\"><code>Function</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript ?</td> </tr> <tr> <td>ECMAScript Edition</td> <td>None</td> </tr> </tbody>\n</table>\n"
}
],
"_apply": [
{
"guid": "es5:Function/prototype/apply",
"properties": {
"_return": []
},
"doc": "\n<p>Calls a function with a given <code>this</code> value and <code>arguments</code> provided as an array.</p>\n<div class=\"note\"><strong>NOTE:</strong>&nbsp;While the syntax of this function is almost identical to that of&nbsp;<code style=\"font-style: inherit; \"><a target=\"c9doc\" href=\"/en/JavaScript/Reference/Global_Objects/Function/call\" rel=\"internal\" title=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function/call\">call()</a></code>, the fundamental difference is that&nbsp;<code style=\"font-style: inherit; \">call()</code>&nbsp;accepts an argument list, while&nbsp;<code style=\"font-style: inherit; \">apply()</code>&nbsp;accepts a single array of arguments."
}
],
"_bind": [
{
"guid": "es5:Function/prototype/bind",
"properties": {
"_return": []
},
"doc": "\n<p>Creates a new function that, when called, itself calls this function in the context of the provided <code>this</code> value, with a given sequence of arguments preceding any provided when the new function was called.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Function\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function\"><code>Function</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.8.5</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 5th Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_call": [
{
"guid": "es5:Function/prototype/call",
"properties": {
"_return": []
},
"doc": "\n<p>Calls a function with a given <code>this</code> value and arguments provided individually.</p>\n<div class=\"note\"><strong>NOTE:</strong> While the syntax of this function is almost identical to that of&nbsp;<code><a title=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function/apply\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function/apply\">apply()</a></code>, the fundamental difference is that <code>call()</code> accepts an argument list, while <code>apply()</code> accepts a single array of arguments."
}
],
"_isGenerator": [
{
"guid": "es5:Function/prototype/isGenerator",
"properties": {
"_return": []
},
"doc": "\n<p>Determines whether or not a function is a <a title=\"en/Core JavaScript 1.5 Guide/Iterators and Generators#Generators.3a a better way to build Iterators\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Guide/Iterators_and_Generators#Generators.3a_a_better_way_to_build_Iterators\">generator</a>.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\" scope=\"row\">Method of <a title=\"en/Core_JavaScript_1.5_Reference/Global_Objects/Function\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function\">Function</a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.8.6</td> </tr> <tr> <td>ECMAScript Edition</td> <td>None (Harmony Proposal)</td> </tr> </tbody>\n</table>\n"
}
],
"_toSource": [
{
"guid": "es5:Function/prototype/toSource",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a string representing the source code for the function.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function\" title=\"en/JavaScript/Reference/Global_Objects/Function\"><code>Function</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.3</td> </tr> <tr> <td>ECMAScript Edition</td> <td>none</td> </tr> </tbody>\n</table> "
}
],
"_toString": [
{
"guid": "es5:Function/prototype/toString",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a string representing the source code of the function.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Function\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function\"><code>Function</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.1</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
]
}
}
]
}
},
"es5:Date": {
"guid": "es5:Date",
"properties": {
"_prototype": [
{
"guid": "es5:Date/prototype",
"properties": {
"_getFullYear": [
{
"guid": "es5:Date/prototype/getFullYear",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the year of the specified date according to local time.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Date\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.3</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_setFullYear": [
{
"guid": "es5:Date/prototype/setFullYear",
"properties": {
"_return": []
},
"doc": "\n<p>Sets the full year for a specified date according to local time.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\" title=\"en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.3</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_getUTCFullYear": [
{
"guid": "es5:Date/prototype/getUTCFullYear",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the year in the specified date according to universal time.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\" title=\"en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.3</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_setUTCFullYear": [
{
"guid": "es5:Date/prototype/setUTCFullYear",
"properties": {
"_return": []
},
"doc": "\n<p>Sets the full year for a specified date according to universal time.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\" title=\"en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.3</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_constructor": [
{
"guid": "es5:Date/prototype/constructor",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a reference to the <a title=\"en/JavaScript/Reference/Global_Objects/Date\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\">Date</a> function that created the instance's prototype. Note that the value of this property is a reference to the function itself, not a string containing the function's name.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Property of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\" title=\"en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.1</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_getDate": [
{
"guid": "es5:Date/prototype/getDate",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the day of the month for the specified date according to local time.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Date\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.1</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_getDay": [
{
"guid": "es5:Date/prototype/getDay",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the day of the week for the specified date according to local time.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Date\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_getHours": [
{
"guid": "es5:Date/prototype/getHours",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the hour for the specified date according to local time.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Date\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_getMilliseconds": [
{
"guid": "es5:Date/prototype/getMilliseconds",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the milliseconds in the specified date according to local time.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Date\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.3</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_getMinutes": [
{
"guid": "es5:Date/prototype/getMinutes",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the minutes in the specified date according to local time.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Date\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_getMonth": [
{
"guid": "es5:Date/prototype/getMonth",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the month in the specified date according to local time.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Date\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_getSeconds": [
{
"guid": "es5:Date/prototype/getSeconds",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the seconds in the specified date according to local time.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Date\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_getTime": [
{
"guid": "es5:Date/prototype/getTime",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the numeric value corresponding to the time for the specified date according to universal time.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Date\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_getTimezoneOffset": [
{
"guid": "es5:Date/prototype/getTimezoneOffset",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the time-zone offset from UTC, in minutes, for the current locale.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\" title=\"en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_getUTCDate": [
{
"guid": "es5:Date/prototype/getUTCDate",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the day (date) of the month in the specified date according to universal time.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\" title=\"en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.3</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_getUTCDay": [
{
"guid": "es5:Date/prototype/getUTCDay",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the day of the week in the specified date according to universal time.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\" title=\"en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.3</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_getUTCHours": [
{
"guid": "es5:Date/prototype/getUTCHours",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the hours in the specified date according to universal time.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\" title=\"en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.3</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_getUTCMilliseconds": [
{
"guid": "es5:Date/prototype/getUTCMilliseconds",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the milliseconds in the specified date according to universal time.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\" title=\"en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.3</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_getUTCMinutes": [
{
"guid": "es5:Date/prototype/getUTCMinutes",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the minutes in the specified date according to universal time.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\" title=\"en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.3</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_getUTCMonth": [
{
"guid": "es5:Date/prototype/getUTCMonth",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the month of the specified date according to universal time.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\" title=\"en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.3</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_getUTCSeconds": [
{
"guid": "es5:Date/prototype/getUTCSeconds",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the seconds in the specified date according to universal time.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\" title=\"en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.3</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_getYear": [
{
"guid": "es5:Date/prototype/getYear",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the year in the specified date according to local time.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Date\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_setDate": [
{
"guid": "es5:Date/prototype/setDate",
"properties": {
"_return": []
},
"doc": "\n<p>Sets the day of the month for a specified date according to local time.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\" title=\"en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_setHours": [
{
"guid": "es5:Date/prototype/setHours",
"properties": {
"_return": []
},
"doc": "\n<p>Sets the hours for a specified date according to local time, and returns the number of milliseconds since 1 January 1970 00:00:00 UTC until the time represented by the updated <a title=\"en/JavaScript/Reference/Global_Objects/Date\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a> instance.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Date\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_setMilliseconds": [
{
"guid": "es5:Date/prototype/setMilliseconds",
"properties": {
"_return": []
},
"doc": "\n<p>Sets the milliseconds for a specified date according to local time.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\" title=\"en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.3</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_setMinutes": [
{
"guid": "es5:Date/prototype/setMinutes",
"properties": {
"_return": []
},
"doc": "\n<p>Sets the minutes for a specified date according to local time.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Date\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>"
}
],
"_setMonth": [
{
"guid": "es5:Date/prototype/setMonth",
"properties": {
"_return": []
},
"doc": "\n<p>Set the month for a specified date according to local time.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Date\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>"
}
],
"_setSeconds": [
{
"guid": "es5:Date/prototype/setSeconds",
"properties": {
"_return": []
},
"doc": "\n<p>Sets the seconds for a specified date according to local time.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Date\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>"
}
],
"_setTime": [
{
"guid": "es5:Date/prototype/setTime",
"properties": {
"_return": []
},
"doc": "\n<p>Sets the <code>Date</code> object to the time represented by a number of milliseconds since January 1, 1970, 00:00:00 UTC.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\" title=\"en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_setUTCDate": [
{
"guid": "es5:Date/prototype/setUTCDate",
"properties": {
"_return": []
},
"doc": "\n<p>Sets the day of the month for a specified date according to universal time.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\" title=\"en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.3</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_setUTCHours": [
{
"guid": "es5:Date/prototype/setUTCHours",
"properties": {
"_return": []
},
"doc": "\n<p>Sets the hour for a specified date according to universal time.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\" title=\"en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.3</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_setUTCMilliseconds": [
{
"guid": "es5:Date/prototype/setUTCMilliseconds",
"properties": {
"_return": []
},
"doc": "\n<p>Sets the milliseconds for a specified date according to universal time.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\" title=\"en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.3</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_setUTCMinutes": [
{
"guid": "es5:Date/prototype/setUTCMinutes",
"properties": {
"_return": []
},
"doc": "\n<p>Sets the minutes for a specified date according to universal time.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\" title=\"en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.3</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_setUTCMonth": [
{
"guid": "es5:Date/prototype/setUTCMonth",
"properties": {
"_return": []
},
"doc": "\n<p>Sets the month for a specified date according to universal time.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\" title=\"en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.3</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_setUTCSeconds": [
{
"guid": "es5:Date/prototype/setUTCSeconds",
"properties": {
"_return": []
},
"doc": "\n<p>Sets the seconds for a specified date according to universal time.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\" title=\"en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.3</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_setYear": [
{
"guid": "es5:Date/prototype/setYear",
"properties": {
"_return": []
},
"doc": "\n<p>Sets the year for a specified date according to local time.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Date\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>"
}
],
"_toDateString": [
{
"guid": "es5:Date/prototype/toDateString",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the date portion of a <code>Date</code> object in human readable form in American English.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Date\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript ?</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript ?</td> </tr> </tbody>\n</table>\n"
}
],
"_toISOString": [
{
"guid": "es5:Date/prototype/toISOString",
"properties": {
"_return": []
},
"doc": "\n<p>JavaScript provides a direct way to convert a date object into a string in ISO format, the <a class=\"external\" rel=\"external\" target=\"c9doc\" href=\"http://en.wikipedia.org/wiki/ISO_8601\" title=\"http://en.wikipedia.org/wiki/ISO_8601\" >ISO 8601 Extended Format</a>.</p>\n<p>The <code>Date.prototype.toISOString</code> is an ECMAScript 5 addition. Format is as follows: <strong>YYYY-MM-DDTHH:mm:ss.sssZ</strong></p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Date\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.8</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 5th Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_toJSON": [
{
"guid": "es5:Date/prototype/toJSON",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a <a title=\"en/JSON\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JSON\">JSON</a> representation of the Date object.</p>\n<table class=\"standard-table\"> <thead> <tr> <th colspan=\"2\" class=\"header\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Date\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.8.5</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 5th Edition</td> </tr> </tbody>\n</table>"
}
],
"_toGMTString": [
{
"guid": "es5:Date/prototype/toGMTString",
"properties": {
"_return": []
},
"doc": "\n<p>Converts a date to a string, using Internet GMT conventioins.</p>\n<table class=\"standard-table\"> <thead> <tr> <th colspan=\"2\" class=\"header\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Date\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>"
}
],
"_toUTCString": [
{
"guid": "es5:Date/prototype/toUTCString",
"properties": {
"_return": []
},
"doc": "\n<p>Converts a date to a string, using the universal time convention.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Date\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.3</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_toLocaleDateString": [
{
"guid": "es5:Date/prototype/toLocaleDateString",
"properties": {
"_return": []
},
"doc": "\n<p>Converts a date to a string, returning the &quot;date&quot; portion using the operating system's locale's conventions.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\" title=\"en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_toLocaleFormat": [
{
"guid": "es5:Date/prototype/toLocaleFormat",
"properties": {
"_return": []
},
"doc": "\n<p>Converts a date to a string using the specified formatting.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Date\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.6</td> </tr> <tr> <td>ECMAScript Edition</td> <td>None</td> </tr> </tbody>\n</table>\n"
}
],
"_toLocaleString": [
{
"guid": "es5:Date/prototype/toLocaleString",
"properties": {
"_return": []
},
"doc": "\n<p>Converts a date to a string, using the operating system's locale's conventions.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Date\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_toLocaleTimeString": [
{
"guid": "es5:Date/prototype/toLocaleTimeString",
"properties": {
"_return": []
},
"doc": "\n<p>Converts a date to a string, returning the &quot;time&quot; portion using the current locale's conventions.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\" title=\"en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_toSource": [
{
"guid": "es5:Date/prototype/toSource",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a string representing the source code of the object.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\" title=\"en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.3</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_toString": [
{
"guid": "es5:Date/prototype/toString",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a string representing the specified Date object.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Date\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>"
}
],
"_toTimeString": [
{
"guid": "es5:Date/prototype/toTimeString",
"properties": {
"_return": []
},
"doc": "\n<p><a title=\"en/Core_JavaScript_1.5_Reference/Global_Objects/Date\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\">Date</a> instances refer to a specific point in time. Calling <a title=\"en/Core_JavaScript_1.5_Reference/Global_Objects/Date/toString\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date/toString\">toString</a> will return the date formatted in a human readable form in American English. In <a title=\"en/SpiderMonkey\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/SpiderMonkey\">SpiderMonkey</a>, this consists of the date portion (day, month, and year) followed by the time portion (hours, minutes, seconds, and time zone). Sometimes it is desirable to obtain a string of the time portion; such a thing can be accomplished with the <code>toTimeString</code> method.</p>\n<p>The <code>toTimeString</code> method is especially useful because compliant engines implementing <a title=\"en/ECMAScript\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/ECMAScript\">ECMA-262</a> may differ in the string obtained from <code>toString</code> for <code>Date</code> objects, as the format is implementation-dependent; simple string slicing approaches may not produce consistent results across multiple engines.</p>\n"
}
],
"_valueOf": [
{
"guid": "es5:Date/prototype/valueOf",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the primitive value of a Date object.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\" title=\"en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.1</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
]
}
}
],
"_parse": [
{
"guid": "es5:Date/parse",
"properties": {
"_return": []
},
"doc": "\n<p>Parses a string representation of a date, and returns the number of milliseconds since January 1, 1970, 00:00:00 UTC.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Date\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>"
}
],
"_now": [
{
"guid": "es5:Date/now",
"properties": {
"_return": []
},
"doc": "\n<p>The <code>now()</code> method returns the milliseconds elapsed since 1 January 1970 00:00:00 UTC up until now as a <a title=\"en/Core_JavaScript_1.5_Reference/Global_Objects/Number\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/En/Core_JavaScript_1.5_Reference/Global_Objects/Number\">number</a>.</p>\n<p>When using <code>now()</code> to create timestamps or unique IDs, keep in mind that the resolution may be 15 milliseconds on Windows (see <a rel=\"external\" target=\"c9doc\" href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=363258\" class=\"external\" title=\"\">\nbug 363258</a>\n), so you could end up with several equal values if <code>now</code> is called multiple times within a short time span.</p>\n"
}
],
"_UTC": [
{
"guid": "es5:Date/UTC",
"properties": {
"_return": []
},
"doc": "\n<p>Accepts the same parameters as the longest form of the constructor, and returns the number of milliseconds in a <code>Date</code> object since January 1, 1970, 00:00:00, universal time.</p>\n<table class=\"standard-table\"> <thead> <tr> <th colspan=\"2\" class=\"header\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Date\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date\"><code>Date</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.0</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>"
}
]
}
},
"es5:Boolean": {
"guid": "es5:Boolean",
"properties": {
"_prototype": [
{
"guid": "es5:Boolean/prototype",
"properties": {
"_constructor": [
{
"guid": "es5:Boolean/prototype/constructor",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a reference to the <a title=\"en/JavaScript/Reference/Global_Objects/Boolean\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean\">Boolean</a> function that created the instance's prototype. Note that the value of this property is a reference to the function itself, not a string containing the function's name.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Property of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean\" title=\"en/JavaScript/Reference/Global_Objects/Boolean\"><code>Boolean</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.1</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_toSource": [
{
"guid": "es5:Boolean/prototype/toSource",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a string representing the source code of the object.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Boolean\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean\"><code>Boolean</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.3</td> </tr> <tr> <td>ECMAScript Edition</td> <td>None</td> </tr> </tbody>\n</table>\n"
}
],
"_toString": [
{
"guid": "es5:Boolean/prototype/toString",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a string representing the specified Boolean object.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean\" title=\"en/JavaScript/Reference/Global_Objects/Boolean\"><code>Boolean</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.1</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_valueOf": [
{
"guid": "es5:Boolean/prototype/valueOf",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the primitive value of a Boolean object.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean\" title=\"en/JavaScript/Reference/Global_Objects/Boolean\"><code>Boolean</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.1</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
]
}
}
]
}
},
"es5:Array": {
"guid": "es5:Array",
"properties": {
"_prototype": [
{
"guid": "es5:Array/prototype",
"properties": {
"_constructor": [
{
"guid": "es5:Array/prototype/constructor",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a reference to the <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Array\" title=\"en/Core_JavaScript_1.5_Reference/Global_Objects/Array\">Array</a> function that created the instance's prototype. Note that the value of this property is a reference to the function itself, not a string containing the function's name.\n</p>\n<table class=\"fullwidth-table\">\n<tr>\n<td class=\"header\" colspan=\"2\">Property of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Array\" title=\"en/Core_JavaScript_1.5_Reference/Global_Objects/Array\">Array</a></td>\n</tr>\n<tr>\n<td>Implemented in:</td>\n<td>JavaScript 1.1, NES 2.0</td>\n</tr>\n<tr>\n<td>ECMA Version:</td>\n<td>ECMA-262</td>\n</tr>\n</table>\n"
}
],
"_length": [
{
"guid": "es5:Array/prototype/length",
"doc": "\n<p>An unsigned, 32-bit integer that specifies the number of elements in an array.</p>\n<table class=\"standard-table\"> <thead> <tr> <th colspan=\"2\" class=\"header\">Property of <a title=\"en/JavaScript/Reference/Global_Objects/Array\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array\"><code>Array</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.1</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>"
}
],
"_pop": [
{
"guid": "es5:Array/prototype/pop",
"properties": {
"_return": []
},
"doc": "\n<p>Removes the last element from an array and returns that element.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Array\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array\"><code>Array</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.2</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 3rd Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_push": [
{
"guid": "es5:Array/prototype/push",
"properties": {
"_return": []
},
"doc": "\n<p>Mutates an array by appending the given elements and returning the new length of the array.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Array\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array\"><code>Array</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.2</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 3rd Edition</td> </tr> </tbody>\n</table> "
}
],
"_reverse": [
{
"guid": "es5:Array/prototype/reverse",
"properties": {
"_return": []
},
"doc": "\n<p>Reverses an array in place.&nbsp; The first array element becomes the last and the last becomes the first.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Array\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array\"><code>Array</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.1</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_shift": [
{
"guid": "es5:Array/prototype/shift",
"properties": {
"_return": []
},
"doc": "\n<p>Removes the first element from an array and returns that element. This method changes the length of the array.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Array\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array\"><code>Array</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.2</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 3rd Edition</td> </tr> </tbody>\n</table> "
}
],
"_sort": [
{
"guid": "es5:Array/prototype/sort",
"properties": {
"_return": []
},
"doc": "\n<p>Sorts the elements of an array in place and returns the array.</p>\n<p>Works across all browsers.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Array\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array\"><code>Array</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.1</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_splice": [
{
"guid": "es5:Array/prototype/splice",
"properties": {
"_return": []
},
"doc": "\n<p>Changes the content of an array, adding new elements while removing old elements.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Array\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array\"><code>Array</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.2</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 3rd Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_unshift": [
{
"guid": "es5:Array/prototype/unshift",
"properties": {
"_return": []
},
"doc": "\n<p>Adds one or more elements to the beginning of an array and returns the new length of the array.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Array\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array\"><code>Array</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.2</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 3rd Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_concat": [
{
"guid": "es5:Array/prototype/concat",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a new array comprised of this array joined with other array(s) and/or value(s).</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Array\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array\"><code>Array</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.2</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 3rd Edition</td> </tr> </tbody>\n</table> "
}
],
"_join": [
{
"guid": "es5:Array/prototype/join",
"properties": {
"_return": []
},
"doc": "\n<p>Joins all elements of an array into a string.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Array\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array\"><code>Array</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.1</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_slice": [
{
"guid": "es5:Array/prototype/slice",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a one-level deep copy of a portion of an array.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Array\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array\"><code>Array</code></a></th> </tr> </thead> <tbody> <tr> <th>Implemented in </th><td>JavaScript 1.2</td> </tr> <tr> <th>ECMAScript Edition </th><td>ECMAScript 3rd Edition</td> </tr> </tbody>\n</table> "
}
],
"_toSource": [
{
"guid": "es5:Array/prototype/toSource",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a string representing the source code of the array.\n</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array\" title=\"en/JavaScript/Reference/Global_Objects/Array\"><code>Array</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.3</td> </tr> <tr> <td>ECMAScript Edition</td> <td>none</td> </tr> </tbody>\n</table> "
}
],
"_toString": [
{
"guid": "es5:Array/prototype/toString",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a string representing the specified array and its elements.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Array\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array\"><code>Array</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.1</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table> "
}
],
"_indexOf": [
{
"guid": "es5:Array/prototype/indexOf",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the first index at which a given element can be found in the array, or -1 if it is not present.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Array\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array\"><code>Array</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.6</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 5th Edition</td> </tr> </tbody>\n</table> "
}
],
"_lastIndexOf": [
{
"guid": "es5:Array/prototype/lastIndexOf",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the last index at which a given element can be found in the array, or -1 if it is not present. The array is searched backwards, starting at <code>fromIndex</code>.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Array\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array\"><code>Array</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.6</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 5th Edition</td> </tr> </tbody>\n</table> "
}
],
"_filter": [
{
"guid": "es5:Array/prototype/filter",
"properties": {
"_return": []
},
"doc": "\n<p>Creates a new array with all elements that pass the test implemented by the provided function.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Array\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array\"><code>Array</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.6</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 5th Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_forEach": [
{
"guid": "es5:Array/prototype/forEach",
"properties": {
"_return": []
},
"doc": "\n<p>Executes a provided function once per array element.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Array\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array\"><code>Array</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.6</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 5th Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_every": [
{
"guid": "es5:Array/prototype/every",
"properties": {
"_return": []
},
"doc": "\n<p>Tests whether all elements in the array pass the test implemented by the provided function.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Array\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array\"><code>Array</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.6</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 5th Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_map": [
{
"guid": "es5:Array/prototype/map",
"properties": {
"_return": []
},
"doc": "\n<p>Creates a new array with the results of calling a provided function on every element in this array.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Array\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array\"><code>Array</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.6</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 5th Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_some": [
{
"guid": "es5:Array/prototype/some",
"properties": {
"_return": []
},
"doc": "\n<p>Tests whether some element in the array passes the test implemented by the provided function.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Array\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array\"><code>Array</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.6</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 5th Edition</td> </tr> </tbody>\n</table> "
}
],
"_reduce": [
{
"guid": "es5:Array/prototype/reduce",
"properties": {
"_return": []
},
"doc": "\n<p><code>reduce</code> executes the <code>callback</code> function once for each element present in the array, excluding holes in the array, receiving four arguments: the initial value (or value from the previous <code>callback</code> call), the value of the current element, the current index, and the array over which iteration is occurring.</p>\n<p>The first time the callback is called, <code>previousValue</code> and <code>currentValue</code> can be one of two values. If <code>initialValue</code> is provided in the call to <code>reduce</code>, then <code>previousValue</code> will be equal to <code>initialValue</code> and <code>currentValue</code> will be equal to the first value in the array. If no <code>initialValue</code> was provided, then <code>previousValue</code> will be equal to the first value in the array and <code>currentValue</code> will be equal to the second.</p>\n<p>Suppose the following use of <code>reduce</code> occurred:</p>\n\r\n <pre name=\"code\" class=\"js\">[0,1,2,3,4].reduce(function(previousValue, currentValue, index, array){\n return previousValue + currentValue;\n});</pre>\r\n \n<p>The callback would be invoked four times, with the arguments and return values in each call being as follows:</p>\n<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 100%; table-layout: fixed;\"> <thead> <tr> <th scope=\"col\">&nbsp;</th> <th scope=\"col\"><code>previousValue<br /> </code></th> <th scope=\"col\"><code>currentValue<br /> </code></th> <th scope=\"col\"><code>index</code></th> <th scope=\"col\"><code>array</code></th> <th scope=\"col\">return value</th> </tr> </thead> <tbody> <tr> <th scope=\"row\">first call</th> <td><code>0<br /> </code></td> <td><code>1<br /> </code></td> <td><code>1<br /> </code></td> <td><code>[0,1,2,3,4]</code></td> <td><code>1<br /> </code></td> </tr> <tr> <th scope=\"row\">second call</th> <td><code>1<br /> </code></td> <td><code>2<br /> </code></td> <td><code>2<br /> </code></td> <td><code>[0,1,2,3,4]</code></td> <td><code>3<br /> </code></td> </tr> <tr> <th scope=\"row\">third call</th> <td><code>3<br /> </code></td> <td><code>3<br /> </code></td> <td><code>3<br /> </code></td> <td><code>[0,1,2,3,4]</code></td> <td><code>6<br /> </code></td> </tr> <tr> <th scope=\"row\">fourth call</th> <td><code>6<br /> </code></td> <td><code>4<br /> </code></td> <td><code>4<br /> </code></td> <td><code>[0,1,2,3,4]</code></td> <td><code>10<br /> </code></td> </tr> </tbody>\n</table>\n<p>The value returned by <code>reduce</code> would be that of the last callback invocation (<code>10</code>).</p>\n<p>If you were to provide an initial value as the second argument to <code>reduce</code>, the result would look like this:</p>\n\r\n <pre name=\"code\" class=\"js\">[0,1,2,3,4].reduce(function(previousValue, currentValue, index, array){\n return previousValue + currentValue;\n}, 10);</pre>\r\n \n<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 100%; table-layout: fixed;\"> <thead> <tr> <th scope=\"col\">&nbsp;</th> <th scope=\"col\"><code>previousValue<br /> </code></th> <th scope=\"col\"><code>currentValue<br /> </code></th> <th scope=\"col\"><code>index</code></th> <th scope=\"col\"><code>array</code></th> <th scope=\"col\">return value</th> </tr> </thead> <tbody> <tr> <th scope=\"row\">first call</th> <td><code>10<br /> </code></td> <td><code>0<br /> </code></td> <td><code>0<br /> </code></td> <td><code>[0,1,2,3,4]</code></td> <td><code>10<br /> </code></td> </tr> <tr> <th scope=\"row\">second call</th> <td><code>10<br /> </code></td> <td><code>1<br /> </code></td> <td><code>1</code></td> <td><code>[0,1,2,3,4]</code></td> <td><code>11<br /> </code></td> </tr> <tr> <th scope=\"row\">third call</th> <td><code>11<br /> </code></td> <td><code>2<br /> </code></td> <td><code>2<br /> </code></td> <td><code>[0,1,2,3,4]</code></td> <td><code>13<br /> </code></td> </tr> <tr> <th scope=\"row\">fourth call</th> <td><code>13<br /> </code></td> <td><code>3<br /> </code></td> <td><code>3<br /> </code></td> <td><code>[0,1,2,3,4]</code></td> <td><code>16<br /> </code></td> </tr> <tr> <th scope=\"row\">fifth call</th> <td><code>16</code></td> <td><code>4</code></td> <td><code>4</code></td> <td><code>[0,1,2,3,4]</code></td> <td><code>20<br /> </code></td> </tr> </tbody>\n</table>\n<p>The value returned by <code>reduce</code> this time would be, of course, <code>20</code>.</p>\n"
}
],
"_reduceRight": [
{
"guid": "es5:Array/prototype/reduceRight",
"properties": {
"_return": []
},
"doc": "\n<p>Apply a function simultaneously against two values of the array (from right-to-left) as to reduce it to a single value.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Array\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array\"><code>Array</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.8</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 5th Edition</td> </tr> </tbody>\n</table> "
}
]
}
}
],
"_length": [
{
"guid": "es5:Array/length",
"doc": "\n<p>An unsigned, 32-bit integer that specifies the number of elements in an array.</p>\n<table class=\"standard-table\"> <thead> <tr> <th colspan=\"2\" class=\"header\">Property of <a title=\"en/JavaScript/Reference/Global_Objects/Array\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array\"><code>Array</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.1</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>"
}
],
"_join": [
{
"guid": "es5:Array/join",
"properties": {
"_return": []
},
"doc": "\n<p>Joins all elements of an array into a string.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Array\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array\"><code>Array</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.1</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 1st Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_slice": [
{
"guid": "es5:Array/slice",
"properties": {
"_return": []
},
"doc": "\n<p>Returns a one-level deep copy of a portion of an array.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Array\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array\"><code>Array</code></a></th> </tr> </thead> <tbody> <tr> <th>Implemented in </th><td>JavaScript 1.2</td> </tr> <tr> <th>ECMAScript Edition </th><td>ECMAScript 3rd Edition</td> </tr> </tbody>\n</table> "
}
],
"_indexOf": [
{
"guid": "es5:Array/indexOf",
"properties": {
"_return": []
},
"doc": "\n<p>Returns the first index at which a given element can be found in the array, or -1 if it is not present.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Array\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array\"><code>Array</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.6</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 5th Edition</td> </tr> </tbody>\n</table> "
}
],
"_push": [
{
"guid": "es5:Array/push",
"properties": {
"_return": []
},
"doc": "\n<p>Mutates an array by appending the given elements and returning the new length of the array.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Array\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array\"><code>Array</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.2</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 3rd Edition</td> </tr> </tbody>\n</table> "
}
],
"_splice": [
{
"guid": "es5:Array/splice",
"properties": {
"_return": []
},
"doc": "\n<p>Changes the content of an array, adding new elements while removing old elements.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Array\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array\"><code>Array</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.2</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 3rd Edition</td> </tr> </tbody>\n</table>\n"
}
],
"_isArray": [
{
"guid": "es5:Array/isArray",
"properties": {
"_return": []
},
"doc": "\n<p>Returns <code>true</code> if an object is an array, <code>false</code> if it is not.</p>\n<table class=\"standard-table\"> <thead> <tr> <th class=\"header\" colspan=\"2\">Method of <a title=\"en/JavaScript/Reference/Global_Objects/Array\" rel=\"internal\" target=\"c9doc\" href=\"https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array\"><code>Array</code></a></th> </tr> </thead> <tbody> <tr> <td>Implemented in</td> <td>JavaScript 1.8.5</td> </tr> <tr> <td>ECMAScript Edition</td> <td>ECMAScript 5th Edition</td> </tr> </tbody>\n</table>\n"
}
]
}
},
"exports": {
"guid": "es5:exports",
"properties": {
"_NaN": [
"es5:NaN"
],
"_Math": [
"es5:Math"
],
"_JSON": [
"es5:JSON"
],
"_Infinity": [
"es5:Infinity"
],
"_URIError": [
"es5:URIError"
],
"_TypeError": [
"es5:TypeError"
],
"_SyntaxError": [
"es5:SyntaxError"
],
"_StopIteration": [
"es5:StopIteration"
],
"_ReferenceError": [
"es5:ReferenceError"
],
"_RangeError": [
"es5:RangeError"
],
"_InternalError": [
"es5:InternalError"
],
"_EvalError": [
"es5:EvalError"
],
"_Error": [
"es5:Error"
],
"_String": [
"es5:String"
],
"_RegExp": [
"es5:RegExp"
],
"_Object": [
"es5:Object"
],
"_Number": [
"es5:Number"
],
"_Iterator": [
"es5:Iterator"
],
"_Function": [
"es5:Function"
],
"_Date": [
"es5:Date"
],
"_Boolean": [
"es5:Boolean"
],
"_Array": [
"es5:Array"
]
}
}
}