Removing one more time creating of bogus activation for InterpretedScript added with the previous change

This commit is contained in:
igor%mir2.org 2002-04-19 20:58:03 +00:00
Родитель 20d3a4206d
Коммит 96c9c4a60b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);