Bug 622015 - r=brendan

This commit is contained in:
Igor Bukanov 2011-01-04 15:01:45 +01:00
parent 4d93d9cad7
commit 561b16353a

View File

@ -6805,7 +6805,6 @@ END_CASE(JSOP_ARRAYPUSH)
// Handle exceptions as if they came from the imacro-calling pc.
regs.pc = regs.fp->imacropc();
regs.fp->clearImacropc();
atoms = script->atomMap.vector;
}
#endif
@ -6834,6 +6833,9 @@ END_CASE(JSOP_ARRAYPUSH)
JSTryNote *tn, *tnlimit;
uint32 offset;
/* Restore atoms local in case we will resume. */
atoms = script->atomMap.vector;
/* Call debugger throw hook if set. */
handler = cx->debugHooks->throwHook;
if (handler) {