Fri, 21 Sep 2012 10:14:25 +0200Few more instructions required to load transitive closure of java/lang/Object
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 21 Sep 2012 10:14:25 +0200] rev 20
Few more instructions required to load transitive closure of java/lang/Object

Thu, 20 Sep 2012 14:35:21 +0200We can read definition of Object from the JDK. No need to provide default dummy implementation. InstanceSub is discovered automatically.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 20 Sep 2012 14:35:21 +0200] rev 19
We can read definition of Object from the JDK. No need to provide default dummy implementation. InstanceSub is discovered automatically.

Thu, 20 Sep 2012 14:20:01 +0200The compilation to JavaScript now identifies list of external references and provides them back to the caller
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 20 Sep 2012 14:20:01 +0200] rev 18
The compilation to JavaScript now identifies list of external references and provides them back to the caller

Thu, 20 Sep 2012 10:39:54 +0200instanceOf support
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 20 Sep 2012 10:39:54 +0200] rev 17
instanceOf support

Thu, 20 Sep 2012 10:26:59 +0200Methods that accept and return objects are supported
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 20 Sep 2012 10:26:59 +0200] rev 16
Methods that accept and return objects are supported

Thu, 20 Sep 2012 09:29:42 +0200Able to invoke interface methods
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 20 Sep 2012 09:29:42 +0200] rev 15
Able to invoke interface methods

Wed, 19 Sep 2012 20:22:12 +0200Try multiple instances of the same class and make sure they don't influence their variables
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 19 Sep 2012 20:22:12 +0200] rev 14
Try multiple instances of the same class and make sure they don't influence their variables

Wed, 19 Sep 2012 19:57:45 +0200Can invoke overwritten methods
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 19 Sep 2012 19:57:45 +0200] rev 13
Can invoke overwritten methods

Wed, 19 Sep 2012 19:29:05 +0200Support for invoking virtual methods
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 19 Sep 2012 19:29:05 +0200] rev 12
Support for invoking virtual methods

Wed, 19 Sep 2012 18:53:16 +0200Need to rotate the order of method parameters
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 19 Sep 2012 18:53:16 +0200] rev 11
Need to rotate the order of method parameters