vm/src/main/java/org/apidesign/vm4brwsr/ByteCodeToJavaScript.java
Wed, 03 Oct 2012 08:05:24 -0700 Annotation to control conversion to JavaScript
Fri, 28 Sep 2012 14:58:21 +0200 Supporting iconst_m1
Fri, 28 Sep 2012 14:45:00 +0200 Understands aconst_null. To achieve that we realized that invokeinterface bytecode is followed by four bytes, not just two.
Fri, 28 Sep 2012 12:58:20 +0200 Unifying the way method names are constructed so they work for arrays as well
Fri, 28 Sep 2012 08:00:05 +0200 instanceOf can also be handled on the level of prototype
Fri, 28 Sep 2012 07:55:15 +0200 Using // for instructions
Fri, 28 Sep 2012 07:52:17 +0200 VMT should be in prototype
Fri, 28 Sep 2012 07:48:24 +0200 Skip private and static methods when generating the VMT
Tue, 25 Sep 2012 17:29:41 +0200 Can we call a filter that takes an object array?
Tue, 25 Sep 2012 14:19:12 +0200 Handle methods that take and return array arguments
Tue, 25 Sep 2012 12:38:07 +0200 Few more instructions
Tue, 25 Sep 2012 12:26:29 +0200 Support for casts
Mon, 24 Sep 2012 11:07:38 +0200 Getting ready for multiple projects inside one Hg repository