Backed out changeset de5d1b528b9a

This commit is contained in:
David Anderson
2010-10-04 15:12:00 -07:00
parent 95ea7a0f4c
commit f787da1414
40 changed files with 710 additions and 988 deletions

View File

@@ -1283,7 +1283,7 @@ SendToGenerator(JSContext *cx, JSGeneratorOp op, JSObject *obj,
JSObject *enumerators = cx->enumerators;
cx->enumerators = gen->enumerators;
ok = RunScript(cx, stackfp->script(), stackfp);
ok = RunScript(cx, stackfp->script(), stackfp->fun(), stackfp->scopeChain());
gen->enumerators = cx->enumerators;
cx->enumerators = enumerators;