1
0
Fork 0
easejs/test
Mike Gerwitz daae0c6843
Corrected bug whereby multiple override calls would clear __super too early
Before this change, __super was set to undefined. However, consider that we have two
method overrides---foo and bar---and the code for bar is:

  this.foo();
  this.__super();

foo() would set __super to undefined and so bar cannot invoke its super method
unless it stores a reference to __super before invoking foo(). This patch fixes
this issue.
2013-04-20 21:55:40 -04:00
..
Interface Copyright year update 2011-12-23 00:09:11 -05:00
MemberBuilder Added support for static proxy methods 2012-05-03 14:13:47 -04:00
MemberBuilderValidator Added `proxy' keyword support 2012-05-03 09:49:22 -04:00
perf Copyright year update 2011-12-23 00:09:11 -05:00
FallbackMemberBuilderTest.js Copyright year update 2011-12-23 00:09:11 -05:00
FallbackVisibilityObjectFactoryTest.js Converted a number of test cases to new XUnit-style format 2012-05-03 21:47:43 -04:00
Makefile Added GNU GPL v3+ license header and copyright notice to all scripts and Makefiles 2012-05-11 19:11:12 -04:00
MethodWrapperFactoryTest.js Converted a number of test cases to new XUnit-style format 2012-05-03 21:47:43 -04:00
MethodWrappersTest.js Converted a number of test cases to new XUnit-style format 2012-05-03 21:47:43 -04:00
VersionTest.js Resolved version test error caused by verset commit 2012-04-06 00:21:05 -04:00
VisibilityObjectFactoryFactoryTest.js Converted a number of test cases to new XUnit-style format 2012-05-03 21:47:43 -04:00
VisibilityObjectFactoryTest.js Converted a number of test cases to new XUnit-style format 2012-05-03 21:47:43 -04:00
common.js Copyright year update 2011-12-23 00:09:11 -05:00
inc-testcase.js Moved setup method for XUnit style testing into tryTest() function to properly handle exceptions 2012-05-03 21:47:36 -04:00
runner.js Copyright year update 2011-12-23 00:09:11 -05:00
test-class-abstract.js Added `proxy' keyword support 2012-05-03 09:49:22 -04:00
test-class-constructor.js [Fix #37] constructor property now properly set on instances 2012-01-19 23:21:04 -05:00
test-class-extend.js Copyright year update 2011-12-23 00:09:11 -05:00
test-class-gettersetter.js 'this' now properly binds to the private member object of the instance for getters/setters 2013-01-19 22:38:35 -05:00
test-class-implement.js Copyright year update 2011-12-23 00:09:11 -05:00
test-class-name.js Copyright year update 2011-12-23 00:09:11 -05:00
test-class-parent.js Corrected bug whereby multiple override calls would clear __super too early 2013-04-20 21:55:40 -04:00
test-class-visibility.js Copyright year update 2011-12-23 00:09:11 -05:00
test-class.js Copyright year update 2011-12-23 00:09:11 -05:00
test-class_builder-const.js Added `proxy' keyword support 2012-05-03 09:49:22 -04:00
test-class_builder-final.js Copyright year update 2011-12-23 00:09:11 -05:00
test-class_builder-member-restrictions.js Added constructor property to reserved members list 2012-01-17 23:36:01 -05:00
test-class_builder-static.js Added `proxy' keyword support 2012-05-03 09:49:22 -04:00
test-class_builder-visibility.js Added `proxy' keyword support 2012-05-03 09:49:22 -04:00
test-combine-pre-es5.js Copyright year update 2011-12-23 00:09:11 -05:00
test-combine.js Copyright year update 2011-12-23 00:09:11 -05:00
test-index.js Created version module to provide additional version information 2011-12-23 18:31:11 -05:00
test-interface-name.js Copyright year update 2011-12-23 00:09:11 -05:00
test-prop_parser-parse-keywords.js Copyright year update 2011-12-23 00:09:11 -05:00
test-rmtrail Copyright year update 2011-12-23 00:09:11 -05:00
test-util-abstract.js Copyright year update 2011-12-23 00:09:11 -05:00
test-util-clone.js Copyright year update 2011-12-23 00:09:11 -05:00
test-util-copy.js Copyright year update 2011-12-23 00:09:11 -05:00
test-util-define-secure-prop.js Copyright year update 2011-12-23 00:09:11 -05:00
test-util-get-property-descriptor.js Copyright year update 2011-12-23 00:09:11 -05:00
test-util-prop-parse-keywords.js Copyright year update 2011-12-23 00:09:11 -05:00
test-util-prop-parse.js Corrected a bug whereby getters were being inadvertently invoked by util.propParse() 2013-01-19 22:38:31 -05:00
test-warn-exception.js Copyright year update 2011-12-23 00:09:11 -05:00
test-warn-handlers.js Copyright year update 2011-12-23 00:09:11 -05:00
test-warn-impl.js Copyright year update 2011-12-23 00:09:11 -05:00