Thu, 29 May 2014 09:57:01 +0200Lowering number of actions in invoker by half closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 29 May 2014 09:57:01 +0200] rev 1613
Lowering number of actions in invoker by half

Wed, 28 May 2014 15:18:23 +0200Reference cons__V as string closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 28 May 2014 15:18:23 +0200] rev 1612
Reference cons__V as string

Wed, 28 May 2014 14:35:21 +0200External classes are treated as exported. closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 28 May 2014 14:35:21 +0200] rev 1611
External classes are treated as exported.

Wed, 28 May 2014 13:38:29 +0200Make sure Object is always available in each VM and each extension. closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 28 May 2014 13:38:29 +0200] rev 1610
Make sure Object is always available in each VM and each extension.

Wed, 28 May 2014 10:47:18 +0200All classes loaded through the 'vm' object will have 'invoke' method that can be used to invoke static methods like main(String[]), so our examples no longer need to rely on initialization in static initializers. closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 28 May 2014 10:47:18 +0200] rev 1609
All classes loaded through the 'vm' object will have 'invoke' method that can be used to invoke static methods like main(String[]), so our examples no longer need to rely on initialization in static initializers.

Wed, 28 May 2014 09:07:48 +0200Load scripts asynchronously closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 28 May 2014 09:07:48 +0200] rev 1608
Load scripts asynchronously

Tue, 27 May 2014 16:36:07 +0200There can be multiple VMs in one browser and the primitive types may be shared. Using string comparition to compare primitive classes. closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 27 May 2014 16:36:07 +0200] rev 1607
There can be multiple VMs in one browser and the primitive types may be shared. Using string comparition to compare primitive classes.

Tue, 27 May 2014 15:22:04 +0200Make sure test classes remain exported closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 27 May 2014 15:22:04 +0200] rev 1606
Make sure test classes remain exported

Tue, 27 May 2014 14:52:43 +0200Turning on standalone mode for the bck2brwsr.js closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 27 May 2014 14:52:43 +0200] rev 1605
Turning on standalone mode for the bck2brwsr.js

Tue, 27 May 2014 12:25:41 +0200The static calculator demo needs to reference just a single application .js file from its main HTML page. The rest is loaded based on classpath attribute. closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 27 May 2014 12:25:41 +0200] rev 1604
The static calculator demo needs to reference just a single application .js file from its main HTML page. The rest is loaded based on classpath attribute.