.. |
perf
|
Separated private members into a separate object (propobj) to prepare for future modifications
|
2011-03-12 23:48:38 -05:00 |
Makefile
|
Set stack trace limit to 20 frames for tests
|
2011-07-06 18:06:22 -04:00 |
common.js
|
All tests now using common.require() to prepare for client-side testing
|
2010-12-21 23:25:12 -05:00 |
inc-member_builder-common.js
|
Initial implementation of protected members
|
2011-03-02 20:43:24 -05:00 |
test-class-abstract.js
|
Override keyword is now required to override a virtual method (#19)
|
2011-08-04 00:32:10 -04:00 |
test-class-constructor.js
|
Constructor must now be public
|
2011-03-23 21:35:25 -04:00 |
test-class-extend.js
|
Implement GH#1 Provide useful error when attempting to extend from non-constructor
|
2011-05-22 21:54:41 -04:00 |
test-class-gettersetter.js
|
Replaed all __{define,lookup}[GS]etter__'s with defineProperty/getOwnPropertyDescriptor
|
2011-03-07 22:44:47 -05:00 |
test-class-implement.js
|
Override keyword is now required to override a virtual method (#19)
|
2011-08-04 00:32:10 -04:00 |
test-class-name.js
|
Implemented AbstractClass
|
2011-05-22 16:08:48 -04:00 |
test-class-parent.js
|
Override keyword is now required to override a virtual method (#19)
|
2011-08-04 00:32:10 -04:00 |
test-class-visibility.js
|
Override keyword is now required to override a virtual method (#19)
|
2011-08-04 00:32:10 -04:00 |
test-class.js
|
isInstanceOf() now works with interfaces
|
2011-01-04 00:37:54 -05:00 |
test-class_builder-const.js
|
Added tests to ensure constants support different levels of visibility
|
2011-05-30 10:55:40 -04:00 |
test-class_builder-final.js
|
[#19] Re-added FinalClass tests (we still want those ;))
|
2011-06-08 01:28:45 -04:00 |
test-class_builder-member-restrictions.js
|
Added tests for forced-public methods
|
2011-03-28 19:17:38 -04:00 |
test-class_builder-static.js
|
Fixed static bug and removed late static binding
|
2011-05-31 22:29:07 -04:00 |
test-class_builder-visibility.js
|
Current __self -> __inst; __self will be used in a different manner in following commits
|
2011-04-03 11:57:15 -04:00 |
test-combine-pre-es5.js
|
Added pre-ES5 test to ensure we can catch fallback bugs quickly between browser tests (preferably, before even committing)
|
2011-03-13 22:08:08 -04:00 |
test-combine.js
|
Added minified files to tests
|
2011-05-23 18:38:13 -04:00 |
test-index.js
|
Exposed Interface
|
2010-12-30 09:24:52 -05:00 |
test-interface-extend-permitted.js
|
Interfaces cannot inherit from Classes
|
2010-12-28 21:56:55 -05:00 |
test-interface-extend.js
|
All interface members must now be public
|
2011-03-19 00:58:42 -04:00 |
test-interface-name.js
|
Provided a more accurate mechanism for detecting Object.defineProperty (tests in IE8 fixed)
|
2011-03-07 09:03:03 -05:00 |
test-interface.js
|
Interfaces cannot be instantiated
|
2010-12-29 22:40:23 -05:00 |
test-member_builder-gettersetter.js
|
Merge branch 'master' into 'virtual/master'
|
2011-06-30 23:00:13 -04:00 |
test-member_builder-method-hiding.js
|
Implicit method hiding warning now applies to virtual methods as well as non-virtual (#19)
|
2011-08-03 22:40:55 -04:00 |
test-member_builder-method.js
|
Override keyword is now required to override a virtual method (#19)
|
2011-08-04 00:32:10 -04:00 |
test-member_builder-prop.js
|
Merge branch 'master' into 'virtual/master'
|
2011-06-30 23:00:13 -04:00 |
test-member_builder.js
|
Can initialize member object with existing objects for each level of visibility
|
2011-01-20 23:56:39 -05:00 |
test-prop_parser-parse-keywords.js
|
[#19] Removed 'final' keyword and all associated logic
|
2011-06-08 01:26:04 -04:00 |
test-rmtrail
|
Continuing to use BASH for now for rmtrail test
|
2011-03-07 23:16:14 -05:00 |
test-util-abstract.js
|
Moved util abstract method tests into their own test case
|
2010-12-27 22:24:41 -05:00 |
test-util-clone.js
|
util.clone() no longer falsely attempts to clone functions
|
2011-04-05 23:47:08 -04:00 |
test-util-copy.js
|
Added deep copy to util.copyTo()
|
2011-04-05 23:38:13 -04:00 |
test-util-define-secure-prop.js
|
Provided a more accurate mechanism for detecting Object.defineProperty (tests in IE8 fixed)
|
2011-03-07 09:03:03 -05:00 |
test-util-get-property-descriptor.js
|
Merge branch 'master' into 'virtual/master'
|
2011-06-30 23:00:13 -04:00 |
test-util-prop-parse-keywords.js
|
[#19] Removed 'final' keyword and all associated logic
|
2011-06-08 01:26:04 -04:00 |
test-util-prop-parse.js
|
Replaed all __{define,lookup}[GS]etter__'s with defineProperty/getOwnPropertyDescriptor
|
2011-03-07 22:44:47 -05:00 |
test-warn-exception.js
|
Altered warning display and stack trace
|
2011-07-06 17:55:40 -04:00 |
test-warn-handlers.js
|
Merge branch 'master' into 'virtual/master'
|
2011-06-30 23:00:13 -04:00 |
test-warn-impl.js
|
Merge branch 'master' into 'virtual/master'
|
2011-06-30 23:00:13 -04:00 |