add JSU.emptyArgs
authoradam <adam@megacz.com>
Fri, 7 Jan 2005 19:50:01 +0000 (19:50 +0000)
committeradam <adam@megacz.com>
Fri, 7 Jan 2005 19:50:01 +0000 (19:50 +0000)
darcs-hash:20050107195001-5007d-def19ea84a7741c69d800baec74b2df25f59a822.gz

src/org/ibex/js/JSU.java

index 614114f..3954b45 100644 (file)
@@ -5,6 +5,9 @@ import java.io.IOException;
 import org.ibex.util.*;
 
 public class JSU {
 import org.ibex.util.*;
 
 public class JSU {
+
+    public static final JS[] emptyArgs = new JS[] { };
+
     /** returns a Pausable which will restart the context;
      *  expects a value to be pushed onto the stack when unpaused. */
     public static Pausable pause() throws Pausable.NotPausableException {
     /** returns a Pausable which will restart the context;
      *  expects a value to be pushed onto the stack when unpaused. */
     public static Pausable pause() throws Pausable.NotPausableException {