2003/10/23 04:39:47
[org.ibex.core.git] / src / org / xwt / js / CompiledFunctionImpl.java
index a0c30f7..66151c7 100644 (file)
@@ -350,7 +350,7 @@ class CompiledFunctionImpl extends JS.Callable implements ByteCodes, Tokens {
                 // use the "normal" implementation
                 t.push(key);
                 t.push(old);
-                t.push(arg);
+                t.push(val);
                 break;
             }