.. |
perf
|
Separated private members into a separate object (propobj) to prepare for future modifications
|
2011-03-12 23:48:38 -05:00 |
Makefile
|
Placed test targets in their own Makefile to faciliate using tests as prerequisites for ease-full.js, ensuring it'll be rebuilt on test modification
|
2011-03-20 02:28:40 -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
|
Merge branch 'master' into visibility/master
|
2011-03-03 23:29:20 -05:00 |
test-class-constructor.js
|
Initial implementation of protected members
|
2011-03-02 20:43:24 -05:00 |
test-class-extend.js
|
Disallowing member redeclaration in same class definition
|
2011-03-19 00:48:02 -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
|
Now throwing expection if more than two arguments are passed to extend() when implementing
|
2011-03-16 19:50:47 -04:00 |
test-class-name.js
|
Extending class while using temporary name object is now permitted
|
2011-03-16 18:18:33 -04:00 |
test-class-parent.js
|
Class metadata is now stored in class object (first step in working with GC)
|
2011-03-14 23:43:56 -04:00 |
test-class-visibility.js
|
Added test to ensure same visibility de-escalation rules apply to concrete implementations of Interface methods
|
2011-03-18 23:55:56 -04:00 |
test-class.js
|
isInstanceOf() now works with interfaces
|
2011-01-04 00:37:54 -05: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
|
Outputting current test for browser
|
2011-03-06 10:55:13 -05: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
|
Provided a more accurate mechanism for detecting Object.defineProperty (tests in IE8 fixed)
|
2011-03-07 09:03:03 -05:00 |
test-member_builder-method.js
|
Merge branch 'master' into visibility/master
|
2011-03-06 12:39:26 -05:00 |
test-member_builder-prop.js
|
Corrected test combine process; was not including tests in ease-full.js
|
2011-03-06 10:15:32 -05: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
|
Renamed prop_parse.{parse => parseKeywords}
|
2010-12-27 23:12:37 -05: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
|
Added deep cloning for objects
|
2011-01-09 01:46:46 -05: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-prop-parse-keywords.js
|
Replaed all __{define,lookup}[GS]etter__'s with defineProperty/getOwnPropertyDescriptor
|
2011-03-07 22:44:47 -05:00 |
test-util-prop-parse.js
|
Replaed all __{define,lookup}[GS]etter__'s with defineProperty/getOwnPropertyDescriptor
|
2011-03-07 22:44:47 -05:00 |