panino
Version:
API documentation generator with a strict grammar and testing tools
704 lines • 209 kB
JSON
{
"es5:NaN": {
"guid": "es5:NaN",
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/NaN",
"properties": {
"_prototype": [
{
"guid": "es5:NaN/prototype",
"properties": {}
}
]
}
},
"es5:Math": {
"guid": "es5:Math",
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math",
"properties": {
"_prototype": [
{
"guid": "es5:Math/prototype",
"properties": {}
}
],
"_E": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math/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",
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/JSON",
"properties": {
"_prototype": [
{
"guid": "es5:JSON/prototype",
"properties": {}
}
],
"_parse": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/JSON/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/JSON/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",
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Infinity",
"properties": {
"_prototype": [
{
"guid": "es5:Infinity/prototype",
"properties": {}
}
]
}
},
"es5:URIError": {
"guid": "es5:URIError",
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/URIError",
"properties": {
"_prototype": [
{
"guid": "es5:URIError/prototype",
"properties": {}
}
],
"_URIError": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/URIError/prototype",
"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",
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/TypeError",
"properties": {
"_prototype": [
{
"guid": "es5:TypeError/prototype",
"properties": {}
}
],
"_TypeError": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/TypeError/prototype",
"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",
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/SyntaxError",
"properties": {
"_prototype": [
{
"guid": "es5:SyntaxError/prototype",
"properties": {}
}
],
"_SyntaxError": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/SyntaxError/prototype",
"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",
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/StopIteration",
"properties": {
"_prototype": [
{
"guid": "es5:StopIteration/prototype",
"properties": {}
}
]
}
},
"es5:ReferenceError": {
"guid": "es5:ReferenceError",
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/ReferenceError",
"properties": {
"_prototype": [
{
"guid": "es5:ReferenceError/prototype",
"properties": {
"_name": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/ReferenceError/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",
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/RangeError",
"properties": {
"_prototype": [
{
"guid": "es5:RangeError/prototype",
"properties": {}
}
]
}
},
"es5:InternalError": {
"guid": "es5:InternalError",
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/InternalError",
"properties": {
"_prototype": [
{
"guid": "es5:InternalError/prototype",
"properties": {}
}
]
}
},
"es5:EvalError": {
"guid": "es5:EvalError",
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/EvalError",
"properties": {
"_prototype": [
{
"guid": "es5:EvalError/prototype",
"properties": {}
}
]
}
},
"es5:Error": {
"guid": "es5:Error",
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Error",
"properties": {
"_prototype": [
{
"guid": "es5:Error/prototype",
"properties": {}
}
],
"_Error": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Error/prototype",
"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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Error/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Error/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Error/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 "[object Object]", 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). "undefined" is listed as "(void 0)". Note that if string arguments are passed in with values such as "@", "(", ")" (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",
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String",
"properties": {
"_prototype": [
{
"guid": "es5:String/prototype",
"properties": {
"_constructor": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String/length",
"guid": "es5:String/prototype/length",
"properties": {
"_return": []
},
"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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String/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 > 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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String/match",
"guid": "es5:String/prototype/match",
"properties": {
"_return": []
},
"doc": "\n<p>Used to retrieve the matches when matching a <code><em>string</em></code> against a <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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String/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>. 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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String/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": [
{
"docUrl": "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String/toUpperCase",
"guid": "es5:String/prototype/toUpperCase",
"properties": {
"_return": []
},
"doc": "\n<p>The <code>toUpperCase</code> method