Bug 412571 - replace thisp with thisv (r=brendan,mrbkap)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user