Wed, 28 Nov 2012 17:57:19 +0100Dump code to file in case of unexpected result lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 28 Nov 2012 17:57:19 +0100] rev 215
Dump code to file in case of unexpected result

Wed, 28 Nov 2012 14:51:52 +0100We can load in dependant classes lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 28 Nov 2012 14:51:52 +0100] rev 214
We can load in dependant classes

Wed, 28 Nov 2012 13:41:33 +0100Using 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 lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 28 Nov 2012 13:41:33 +0100] rev 213
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 +0100The identify function does not seem to be needed lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 28 Nov 2012 00:29:00 +0100] rev 212
The identify function does not seem to be needed

Wed, 28 Nov 2012 00:25:57 +0100Lazy evaluation can execute simple static method lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 28 Nov 2012 00:25:57 +0100] rev 211
Lazy evaluation can execute simple static method

Tue, 27 Nov 2012 23:21:22 +0100Eliminating the need to initialize the prototype in advance lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 27 Nov 2012 23:21:22 +0100] rev 210
Eliminating the need to initialize the prototype in advance

Tue, 27 Nov 2012 23:01:24 +0100Don't use .prototype, use (true). Now works for String as well lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 27 Nov 2012 23:01:24 +0100] rev 209
Don't use .prototype, use (true). Now works for String as well

Tue, 27 Nov 2012 22:53:29 +0100Reordering so the used parts are at the beginning of the file lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 27 Nov 2012 22:53:29 +0100] rev 208
Reordering so the used parts are at the beginning of the file

Tue, 27 Nov 2012 22:28:26 +0100Adopting to new calling scheme. lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 27 Nov 2012 22:28:26 +0100] rev 207
Adopting to new calling scheme.

Tue, 27 Nov 2012 22:22:48 +0100Check that instanceof works on String lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 27 Nov 2012 22:22:48 +0100] rev 206
Check that instanceof works on String