This commit is contained in:
Jason Orendorff
2010-10-22 19:11:26 -05:00
22 changed files with 141 additions and 99 deletions

View File

@@ -111,7 +111,7 @@ Class js_IteratorClass = {
NULL, /* outerObject */
NULL, /* innerObject */
iterator_iterator,
NULL /* wrappedObject */
NULL /* unused */
}
};
@@ -1165,7 +1165,7 @@ Class js_GeneratorClass = {
NULL, /* outerObject */
NULL, /* innerObject */
iterator_iterator,
NULL, /* wrappedObject */
NULL /* unused */
}
};