vm/src/test/java/org/apidesign/vm4brwsr/VMLazyTest.java
Mon, 11 Feb 2013 12:46:43 +0100 Encapsulation. Moving shared code into TestVM instance.
Mon, 28 Jan 2013 00:15:38 +0100 using Number for as a base for Long number type
Mon, 21 Jan 2013 15:32:53 +0100 Verify the object is really registered on a global level
Mon, 21 Jan 2013 13:39:23 +0100 requireScript needs to work also in lazy mode
Tue, 11 Dec 2012 09:36:44 +0100 Creating Bck2Brwsr entrypoint to for those who wish to generate their JavaScript based Java VM
Fri, 07 Dec 2012 06:29:54 +0100 Lazy loading is now part of GenJS
Tue, 04 Dec 2012 09:16:53 +0100 Using the same mangling scheme as JNI
Wed, 28 Nov 2012 21:38:37 +0100 The functions need to be defined in global object right now
Wed, 28 Nov 2012 17:57:19 +0100 Dump code to file in case of unexpected result
Wed, 28 Nov 2012 14:51:52 +0100 We can load in dependant classes
Wed, 28 Nov 2012 13:41:33 +0100 Using named function expression allows an easy self reference from inside the function. Plus giving byte code tranlators a chance to customize the field to store the method into
Wed, 28 Nov 2012 00:29:00 +0100 The identify function does not seem to be needed
Wed, 28 Nov 2012 00:25:57 +0100 Lazy evaluation can execute simple static method
Tue, 27 Nov 2012 22:28:26 +0100 Adopting to new calling scheme.
Sun, 25 Nov 2012 21:31:51 +0100 More debug info
Sun, 25 Nov 2012 21:24:03 +0100 Initial test to show how an incremental compilation could look like