2003/06/07 09:37:13
[org.ibex.core.git] / src / org / xwt / js / OpCodes.java
index a2a24e7..428d06f 100644 (file)
@@ -20,7 +20,9 @@ public interface OpCodes {
     public static final byte DECLARE = -6;       
 
     /** push a reference to the current scope onto the stack */
+    /*
     public static final byte THIS = -7;
+    */
 
     /** pop two elements off the stack; push stack[-1].get(stack[top]) */
     public static final byte GET = -8;