Bug 604864 - Optimize undefined, NaN and Infinity in methodjit. r=dmandelin

This commit is contained in:
Jan de Mooij
2010-11-01 21:47:45 +01:00
parent 2069a7360a
commit 892ee41c6f
7 changed files with 58 additions and 4 deletions

View File

@@ -181,6 +181,8 @@ const char *const js_common_atom_names[] = {
"use strict", /* useStrictAtom */
"loc", /* locAtom */
"line", /* lineAtom */
"Infinity", /* InfinityAtom */
"NaN", /* NaNAtom */
#if JS_HAS_XML_SUPPORT
js_etago_str, /* etagoAtom */