Bug 543565 - Assertion failure: fp->slots + fp->script->nfixed + js_ReconstructStackD...
commitcb6aa5f992bef47ccaf3696d6f935e50b3bd9279
authorJason Orendorff <jorendorff@mozilla.com>
Wed, 3 Feb 2010 00:20:24 +0000 (2 18:20 -0600)
committerJason Orendorff <jorendorff@mozilla.com>
Wed, 3 Feb 2010 00:20:24 +0000 (2 18:20 -0600)
tree520634dcee951b1661a10198ace658aa2b28e4f4
parent37406378fbd4680776415f290b45ff57d90a4d16
Bug 543565 - Assertion failure: fp->slots + fp->script->nfixed + js_ReconstructStackDepth(cx, fp->script, fp->regs->pc) == fp->regs->sp | Assertion failure: pcdepth + ndefs <= StackDepth(script) due to bug handling JSOP_POP after JSOP_UNBRAND. r=brendan.
js/src/jsopcode.cpp
js/src/trace-test/tests/closures/bug543565.js [new file with mode: 0644]