Wed, 21 Nov 2012 21:03:10 +0100Static fields can be modeled as properties on constructors of classes
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 21 Nov 2012 21:03:10 +0100] rev 191
Static fields can be modeled as properties on constructors of classes

Tue, 20 Nov 2012 21:24:01 +0100Referencing 'special' methods on a prototype will allow us to shorten the fqn of actual methods
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 20 Nov 2012 21:24:01 +0100] rev 190
Referencing 'special' methods on a prototype will allow us to shorten the fqn of actual methods

Sun, 18 Nov 2012 22:03:15 +0100javap branch achieved its goal: ByteCodeToJavaScript can be executed in bck2brwsr VM. Merging to main branch.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 18 Nov 2012 22:03:15 +0100] rev 189
javap branch achieved its goal: ByteCodeToJavaScript can be executed in bck2brwsr VM. Merging to main branch.

Sun, 18 Nov 2012 21:58:44 +0100ByteCodeToJavaScript can run insided bck2brwsr VM javap
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 18 Nov 2012 21:58:44 +0100] rev 188
ByteCodeToJavaScript can run insided bck2brwsr VM

Sun, 18 Nov 2012 19:54:40 +0100toString on floats and doubles should end with .0 javap
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 18 Nov 2012 19:54:40 +0100] rev 187
toString on floats and doubles should end with .0

Sun, 18 Nov 2012 19:19:26 +0100Integer.toString test javap
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 18 Nov 2012 19:19:26 +0100] rev 186
Integer.toString test

Sun, 18 Nov 2012 19:01:38 +0100Reimplementing readDouble to not depend on too high longs javap
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 18 Nov 2012 19:01:38 +0100] rev 185
Reimplementing readDouble to not depend on too high longs

Sun, 18 Nov 2012 16:45:50 +0100Chars need to be treated as numbers, otherwise switch statement does not work javap
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 18 Nov 2012 16:45:50 +0100] rev 184
Chars need to be treated as numbers, otherwise switch statement does not work

Sun, 18 Nov 2012 15:20:07 +0100Replace multiple occurences of the same character javap
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 18 Nov 2012 15:20:07 +0100] rev 183
Replace multiple occurences of the same character

Sun, 18 Nov 2012 14:39:55 +0100More emulation methods javap
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 18 Nov 2012 14:39:55 +0100] rev 182
More emulation methods