Bug 412571 - replace thisp with thisv (r=brendan,mrbkap)

This commit is contained in:
Luke Wagner
2009-09-11 19:07:00 -07:00
parent 20ffa349b6
commit 394fa66fba
10 changed files with 46 additions and 40 deletions

View File

@@ -731,7 +731,7 @@ js_NewGenerator(JSContext *cx, JSStackFrame *fp)
/* These two references can be shared with fp until it goes away. */
gen->frame.varobj = fp->varobj;
gen->frame.thisp = fp->thisp;
gen->frame.thisv = fp->thisv;
/* Copy call-invariant script and function references. */
gen->frame.script = fp->script;