From: adam Date: Fri, 7 Jan 2005 00:34:57 +0000 (+0000) Subject: chastize david X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=f637057f12669bb9fe8d76a72e0bfcc898dc0715;p=org.ibex.js.git chastize david darcs-hash:20050107003457-5007d-86e16ec75cef1bbb22c586e3893d62a14f490257.gz --- diff --git a/src/org/ibex/js/JS.java b/src/org/ibex/js/JS.java index 6b40fe8..a6e64a9 100644 --- a/src/org/ibex/js/JS.java +++ b/src/org/ibex/js/JS.java @@ -169,6 +169,7 @@ public interface JS extends Pausable { private static final String[] emptystr = new String[0]; private static final Placeholder holder = new Placeholder(); + // HACK: this is hideously, disgustingly ugly.... we need N-ary Hash classes /** entries[index + 0] // key * entries[index + 1] // value * entries[index + 2] // trap