2003/06/16 07:58:57
[org.ibex.core.git] / src / org / xwt / js / ByteCodes.java
index 1c73e9f..b23af2d 100644 (file)
@@ -48,10 +48,10 @@ interface ByteCodes {
     /** discard the top stack element */
     static public final byte POP = -14;          
 
-    /** pop two elements; call stack[-1](stack[top]) where stacktop is a JS.Array */
+    /** pop two elements; call stack[-1](stack[top]) where stacktop is a JS.JS.Array */
     public static final byte CALL = -15;         
 
-    /** pop an element; push a JS.Array containing the keys of the popped element */
+    /** pop an element; push a JS.JS.Array containing the keys of the popped element */
     public static final byte PUSHKEYS = -16;     
 
     /** swap the top two elements on the stack */