From: adam Date: Fri, 7 Jan 2005 19:50:01 +0000 (+0000) Subject: add JSU.emptyArgs X-Git-Url: http://git.megacz.com/?p=org.ibex.js.git;a=commitdiff_plain;h=a7bfcfc7dd092c7a163de97d6ab1bc0584119f11 add JSU.emptyArgs darcs-hash:20050107195001-5007d-def19ea84a7741c69d800baec74b2df25f59a822.gz --- 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 {