зеркало из https://github.com/mozilla/gecko-dev.git
Bug 472450 - Don't record after js_GetScopeChain, since we can't successfully recover from a side exit. r=gal
This commit is contained in:
Родитель
9b5aaf8209
Коммит
1a2fc33b02
|
@ -8941,6 +8941,9 @@ TraceRecorder::record_JSOP_TYPEOFEXPR()
|
|||
JS_REQUIRES_STACK bool
|
||||
TraceRecorder::record_JSOP_ENTERBLOCK()
|
||||
{
|
||||
if (cx->fp->flags & JSFRAME_POP_BLOCKS)
|
||||
ABORT_TRACE("can't trace after js_GetScopeChain");
|
||||
|
||||
JSScript* script = cx->fp->script;
|
||||
JSFrameRegs& regs = *cx->fp->regs;
|
||||
JSObject* obj;
|
||||
|
|
Загрузка…
Ссылка в новой задаче