Bug 408838 - DOM binding for native JSON. r+sr=shaver
This commit is contained in:
@@ -126,6 +126,7 @@ const char *const js_common_atom_names[] = {
|
||||
js_toSource_str, /* toSourceAtom */
|
||||
js_toString_str, /* toStringAtom */
|
||||
js_valueOf_str, /* valueOfAtom */
|
||||
js_toJSON_str, /* toJSONAtom */
|
||||
"(void 0)", /* void0Atom */
|
||||
|
||||
#if JS_HAS_XML_SUPPORT
|
||||
@@ -185,6 +186,7 @@ const char js_toString_str[] = "toString";
|
||||
const char js_toLocaleString_str[] = "toLocaleString";
|
||||
const char js_undefined_str[] = "undefined";
|
||||
const char js_valueOf_str[] = "valueOf";
|
||||
const char js_toJSON_str[] = "toJSON";
|
||||
|
||||
#if JS_HAS_XML_SUPPORT
|
||||
const char js_etago_str[] = "</";
|
||||
|
||||
Reference in New Issue
Block a user