2003/06/13 09:19:10
[org.ibex.core.git] / src / org / xwt / js / CompiledFunction.java
index 23b3f95..cddaeca 100644 (file)
@@ -55,7 +55,7 @@ public final class CompiledFunction extends JS.Callable implements ByteCodes, To
        try {
            while(true) {
                int s = size();
-               p.parseStatement(false, this);
+               p.parseStatement(this, null);
                if (s == size()) break;
            }
            add(-1, Tokens.RETURN);