From a7bfcfc7dd092c7a163de97d6ab1bc0584119f11 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 7 Jan 2005 19:50:01 +0000 Subject: [PATCH] add JSU.emptyArgs darcs-hash:20050107195001-5007d-def19ea84a7741c69d800baec74b2df25f59a822.gz --- src/org/ibex/js/JSU.java | 3 +++ 1 file changed, 3 insertions(+) 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 { -- 1.7.10.4