зеркало из https://github.com/mozilla/pjs.git
Removing one more time creating of bogus activation for InterpretedScript added with the previous change
This commit is contained in:
Родитель
20d3a4206d
Коммит
96c9c4a60b
|
@ -1513,7 +1513,7 @@ public class Interpreter extends LabelTable {
|
|||
DebugFrame debuggerFrame = null;
|
||||
boolean useActivationVars = false;
|
||||
if (cx.debugger != null) {
|
||||
if (!theData.itsNeedsActivation) {
|
||||
if (theData.itsFunctionType != 0 && !theData.itsNeedsActivation) {
|
||||
useActivationVars = true;
|
||||
scope = ScriptRuntime.initVarObj(cx, scope, fnOrScript,
|
||||
thisObj, args);
|
||||
|
|
Загрузка…
Ссылка в новой задаче