vm/src/test/java/org/apidesign/vm4brwsr/InstanceTest.java
Mon, 11 Feb 2013 12:46:43 +0100 Encapsulation. Moving shared code into TestVM instance.
Fri, 01 Feb 2013 15:19:16 +0100 instanceof works on null
Mon, 14 Jan 2013 10:57:51 +0100 Following standard object oriented calling conventions. Method run of Runnable r can now be called as r.run__V()
Tue, 04 Dec 2012 09:16:53 +0100 Using the same mangling scheme as JNI
Sun, 02 Dec 2012 21:00:12 +0100 Ability to control prototypes. Making sure any JavaScript Object is instance of Java object
Sat, 01 Dec 2012 10:35:24 +0100 Make sure the constructor property points to the real function that creates the object
Sun, 25 Nov 2012 23:14:58 +0100 Enclosing definition of all the methods inside the proto() function
Sun, 25 Nov 2012 17:07:51 +0100 Dump the code to file
Tue, 16 Oct 2012 17:40:51 +0200 compile just once
Tue, 16 Oct 2012 12:42:00 +0200 Fixing license in all files
Thu, 11 Oct 2012 10:43:17 -0700 Less compilation during test execution
Thu, 11 Oct 2012 10:03:21 -0700 Static methods needs to be in the prototype, as the bytecode can refer to them as being in a subclass
Wed, 10 Oct 2012 16:49:45 -0700 Support reordering of class declarations
Tue, 25 Sep 2012 12:26:29 +0200 Support for casts
Mon, 24 Sep 2012 11:22:50 +0200 Fixing licenses by running mvn license:format -Dyear=2012
Mon, 24 Sep 2012 11:07:38 +0200 Getting ready for multiple projects inside one Hg repository