remove JS.call(JS[]), JS.getInputStream()
[org.ibex.js.git] / src / org / ibex / js / JSU.java
index a20d075..9fa3630 100644 (file)
@@ -2,12 +2,16 @@ package org.ibex.js;
 
 import java.io.Reader;
 import java.io.IOException;
+import java.io.InputStream;
 import org.ibex.util.*;
 
 public class JSU {
 
     public static final JS[] emptyArgs = new JS[] { };
 
+    // FIXME
+    public static InputStream getInputStream(JS j) { return null; }
+
     /** 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 {