Merge from mozilla-central.

This commit is contained in:
David Anderson
2012-05-09 12:31:01 -07:00
301 changed files with 14239 additions and 2910 deletions

View File

@@ -1334,8 +1334,8 @@ Class js::StopIterationClass = {
NULL, /* finalize */
NULL, /* checkAccess */
NULL, /* call */
NULL, /* construct */
stopiter_hasInstance
stopiter_hasInstance,
NULL /* construct */
};
#if JS_HAS_GENERATORS