vm/src/test/java/org/apidesign/vm4brwsr/Instance.java
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()
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
Thu, 08 Nov 2012 18:34:12 +0100 There can be fields named "in" and string constants with \t, \r, \n and \\
Tue, 16 Oct 2012 12:42:00 +0200 Fixing license in all files
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