Bug 584811 - Date.prototype.toJSON isn't to spec. r=sayrer

This commit is contained in:
Jeff Walden
2010-08-13 10:42:31 -07:00
parent 46a109a70f
commit 7f680033c5
6 changed files with 299 additions and 1 deletions

View File

@@ -148,6 +148,7 @@ const char *const js_common_atom_names[] = {
js_ignoreCase_str, /* ignoreCaseAtom */
js_index_str, /* indexAtom */
js_input_str, /* inputAtom */
"toISOString", /* toISOStringAtom */
js_iterator_str, /* iteratorAtom */
js_join_str, /* joinAtom */
js_lastIndex_str, /* lastIndexAtom */