1
0
Fork 0
easejs/test/ClassBuilder
Mike Gerwitz a7e1d2ad70
Error constructor integration into ClassBuilder
This introduces the transparent subtyping.

* doc/classes.texi (Error Subtyping): Section added

* lib/ClassBuilder.js (ClassBuilder): Accepts ErrorCtor instance
  (build): Transparent Error subtyping

* lib/class.js: Provide ErrorCtor instance to ClassBuilder

* test/ClassBuilder/ErrorExtendTest.js: Add test case for transparent error
  subtyping
2016-07-15 00:21:06 -04:00
..
ConstTest.js Extracted warning handlers into their own prototypes 2014-06-11 23:42:20 -04:00
ErrorExtendTest.js Error constructor integration into ClassBuilder 2016-07-15 00:21:06 -04:00
FinalTest.js Extracted warning handlers into their own prototypes 2014-06-11 23:42:20 -04:00
InstanceTest.js [copyright] Copyright update 2015-05-28 01:01:51 -04:00
MemberRestrictionTest.js Alias `constructor` member to `__construct` 2015-09-16 00:02:00 -04:00
StaticTest.js Extracted warning handlers into their own prototypes 2014-06-11 23:42:20 -04:00
VisibilityTest.js Extracted warning handlers into their own prototypes 2014-06-11 23:42:20 -04:00