Mike Gerwitz
82a02c0081
[copyright] Copyright assignment to the FSF
...
Thanks to Donald Robertson III for his help and guidance during this
process.
2014-04-09 19:05:07 -04:00
Mike Gerwitz
3d47443046
Refactored ClassBuilder.buildMembers (dynamic prop parse context)
...
The parser methods are now split into their own functions. This has a number
of benefits: The most immediate is the commit that will follow. The second
benefit is that the function is no longer a closure---all context
information is passed into it, and so it can be optimized by the JavaScript
engine accordingly.
2014-03-15 21:16:27 -04:00
Mike Gerwitz
8480d8f92c
Added support for abstract overrides
2014-03-15 21:16:27 -04:00
Mike Gerwitz
29576cfee4
Corrected GetPropertyDescriptorTest traversal test
2014-03-07 00:45:30 -05:00
Mike Gerwitz
89f00e0cdd
[copyright] Copyright update
2014-01-20 22:55:29 -05:00
Mike Gerwitz
7b637db815
Moved test-util-prop-parse-keywords into suite as Util/PropParseKeywordsTest
2014-01-20 22:14:42 -05:00
Mike Gerwitz
6c0253c23c
Moved test-util-prop-prase into suite as Util/PropParseTest
2014-01-20 22:14:42 -05:00
Mike Gerwitz
202ce8477f
Moved test-util-get-property-descriptor into suite as Util/GetPropertyDescriptorTest
2014-01-20 22:14:42 -05:00
Mike Gerwitz
3301f22e69
Moved test-util-abstract into suite as Util/AbstractTest
2014-01-20 22:14:42 -05:00
Mike Gerwitz
086ede6849
Moved test-util-define-secure-prop into suite as Util/DefineSecurePropTest
2014-01-20 22:14:42 -05:00
Mike Gerwitz
c75241ca2b
Moved test-util-copy into suite as Util/CopyTest
2014-01-20 22:14:42 -05:00
Mike Gerwitz
7b591ba426
Moved test-util-clone into suite as Util/CloneTest
2014-01-20 22:14:42 -05:00