bug 569487, r=gal: Reflect.parse(): custom builder object

This commit is contained in:
Dave Herman
2011-01-03 16:31:57 -08:00
parent 6697035624
commit 2ff0775534
6 changed files with 913 additions and 186 deletions

View File

@@ -183,6 +183,7 @@ const char *const js_common_atom_names[] = {
"line", /* lineAtom */
"Infinity", /* InfinityAtom */
"NaN", /* NaNAtom */
"builder", /* builderAtom */
#if JS_HAS_XML_SUPPORT
js_etago_str, /* etagoAtom */