Sun, 02 Dec 2012 06:25:28 +0100Throw exception when reaching native method without JavaScript implementation
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 02 Dec 2012 06:25:28 +0100] rev 232
Throw exception when reaching native method without JavaScript implementation

Sat, 01 Dec 2012 15:48:12 +0100Optimistic support for Class.newInstance reflection
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 01 Dec 2012 15:48:12 +0100] rev 231
Optimistic support for Class.newInstance

Sat, 01 Dec 2012 15:30:56 +0100Class.getSuperclass seems to work reflection
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 01 Dec 2012 15:30:56 +0100] rev 230
Class.getSuperclass seems to work

Sat, 01 Dec 2012 12:35:30 +0100Class.getSimpleName() works reflection
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 01 Dec 2012 12:35:30 +0100] rev 229
Class.getSimpleName() works

Sat, 01 Dec 2012 12:15:12 +0100Returns correct canonical name reflection
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 01 Dec 2012 12:15:12 +0100] rev 228
Returns correct canonical name

Sat, 01 Dec 2012 12:14:37 +0100Merge with default to get correct behavior of the contructor property of prototype reflection
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 01 Dec 2012 12:14:37 +0100] rev 227
Merge with default to get correct behavior of the contructor property of prototype

Sat, 01 Dec 2012 10:35:24 +0100Make sure the constructor property points to the real function that creates the object
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 01 Dec 2012 10:35:24 +0100] rev 226
Make sure the constructor property points to the real function that creates the object

Sat, 01 Dec 2012 08:52:30 +0100Adding each constructor function field reflection
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 01 Dec 2012 08:52:30 +0100] rev 225
Adding each constructor function field

Thu, 29 Nov 2012 22:03:11 +0100Don't instantiate new object, when only requesting prototype. use CLS(false).
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 29 Nov 2012 22:03:11 +0100] rev 224
Don't instantiate new object, when only requesting prototype. use CLS(false).

Thu, 29 Nov 2012 21:58:17 +0100Tests about names of classes reflection
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 29 Nov 2012 21:58:17 +0100] rev 223
Tests about names of classes