add JSU.emptyArgs
[org.ibex.js.git] / 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 {
+
+    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 {