зеркало из https://github.com/mozilla/pjs.git
Now activation is always properly removed under the debugger.
This commit is contained in:
Родитель
157ef834e4
Коммит
8d96213e1b
|
@ -2718,7 +2718,7 @@ public class Interpreter
|
|||
debuggerFrame.onExit(cx, false, result);
|
||||
}
|
||||
}
|
||||
if (idata.itsNeedsActivation) {
|
||||
if (idata.itsNeedsActivation || debuggerFrame != null) {
|
||||
ScriptRuntime.popActivation(cx);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче