X-Git-Url: http://git.megacz.com/?p=org.ibex.js.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fjs%2FJSU.java;h=3954b45feceed74ffc001f7d854646d0938f7059;hp=614114f1d8e872daf87725b923ebb88c95d96c67;hb=a7bfcfc7dd092c7a163de97d6ab1bc0584119f11;hpb=59a069da4b3c359a51362da1cf305732925b363f diff --git a/src/org/ibex/js/JSU.java b/src/org/ibex/js/JSU.java index 614114f..3954b45 100644 --- a/src/org/ibex/js/JSU.java +++ b/src/org/ibex/js/JSU.java @@ -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 {