bug 457521, r=brendan a191=blocking
This commit is contained in:
@@ -4948,7 +4948,7 @@ js_DecompileValueGenerator(JSContext *cx, intN spindex, jsval v,
|
||||
|
||||
for (fp = cx->fp; fp && !fp->script; fp = fp->down)
|
||||
continue;
|
||||
if (!fp || !fp->regs)
|
||||
if (!fp || !fp->regs || !fp->regs->sp)
|
||||
goto do_fallback;
|
||||
|
||||
script = fp->script;
|
||||
|
||||
Reference in New Issue
Block a user