[JAEGER] Merge from Tracemonkey part 1: don't change visibility of JSStackFrame members yet

This commit is contained in:
David Mandelin
2010-08-16 15:10:41 -07:00
7 changed files with 80 additions and 32 deletions

View File

@@ -1189,7 +1189,7 @@ js_NewGenerator(JSContext *cx)
newfp->argc = fp->argc;
newfp->argv = vp + 2;
newfp->rval = fp->rval;
newfp->annotation = NULL;
newfp->setAnnotation(NULL);
newfp->setScopeChain(fp->maybeScopeChain());
JS_ASSERT(!fp->hasBlockChain());
newfp->setBlockChain(NULL);