Bug 699565 - Part 1 - for-of loop basics. r=Waldo.

This commit is contained in:
Jason Orendorff
2012-02-07 12:57:16 -06:00
parent aa271e493a
commit 9b97a3a1af
23 changed files with 370 additions and 25 deletions

View File

@@ -154,6 +154,7 @@ const char *const js_common_atom_names[] = {
js_noSuchMethod_str, /* noSuchMethodAtom */
"[object Null]", /* objectNullAtom */
"[object Undefined]", /* objectUndefinedAtom */
"of", /* ofAtom */
js_proto_str, /* protoAtom */
js_set_str, /* setAtom */
js_source_str, /* sourceAtom */