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

This commit is contained in:
Dave Herman
2011-01-04 15:39:45 -08:00
parent eeed9375af
commit 54e1372db4
6 changed files with 914 additions and 184 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 */