2003/06/18 07:05:01
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 07:01:55 +0000 (07:01 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 07:01:55 +0000 (07:01 +0000)
darcs-hash:20040130070155-2ba56-35ed7e3c28b636ccbea28216ccdbda535065d7af.gz

src/org/xwt/js/CompiledFunctionImpl.java

index e111040..6bcff6e 100644 (file)
@@ -427,4 +427,5 @@ class CompiledFunctionImpl extends JSCallable implements ByteCodes, Tokens {
 }
 
 class JSCallable extends JS.Callable {
+        public abstract Object call(JS.Array args) throws JS.Exn;
 }