[JAEGER] Merge from tracemonkey.

This commit is contained in:
David Mandelin
2010-08-25 11:00:41 -07:00
41 changed files with 2303 additions and 1704 deletions

View File

@@ -1275,7 +1275,7 @@ SendToGenerator(JSContext *cx, JSGeneratorOp op, JSObject *obj,
* Get a pointer to new frame/slots. This memory is not "claimed", so
* the code before pushExecuteFrame must not reenter the interpreter.
*/
ExecuteFrameGuard frame;
FrameGuard frame;
if (!cx->stack().getExecuteFrame(cx, cx->maybefp(), vplen, nfixed, frame)) {
gen->state = JSGEN_CLOSED;
return JS_FALSE;