1
0
Fork 0
easejs/lib
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
..
ClassBuilder.js Refactored ClassBuilder.buildMembers (dynamic prop parse context) 2014-03-15 21:16:27 -04:00
FallbackMemberBuilder.js [no-copyright] Modified headers to reduce GPL license notice width 2014-01-15 23:56:00 -05:00
FallbackVisibilityObjectFactory.js [no-copyright] Modified headers to reduce GPL license notice width 2014-01-15 23:56:00 -05:00
MemberBuilder.js Support for stacked mixins 2014-03-15 21:16:27 -04:00
MemberBuilderValidator.js Added support for abstract overrides 2014-03-15 21:16:27 -04:00
MethodWrapperFactory.js [no-copyright] Modified headers to reduce GPL license notice width 2014-01-15 23:56:00 -05:00
MethodWrappers.js Began Scala-influenced linearization implementation 2014-03-15 21:16:27 -04:00
Trait.js Non-private properties now expressly prohibited in trait dfns 2014-03-15 21:16:27 -04:00
VisibilityObjectFactory.js [bug fix] Corrected bug with implicit visibility escalation 2014-03-15 21:16:26 -04:00
VisibilityObjectFactoryFactory.js [no-copyright] Modified headers to reduce GPL license notice width 2014-01-15 23:56:00 -05:00
class.js Implemented and abstract with mixins properly handled 2014-03-15 21:16:27 -04:00
class_abstract.js Implemented and abstract with mixins properly handled 2014-03-15 21:16:27 -04:00
class_final.js [no-copyright] Modified headers to reduce GPL license notice width 2014-01-15 23:56:00 -05:00
interface.js Validation warnings now stored in state object 2014-03-15 21:16:26 -04:00
prop_parser.js Added support for `weak' keyword 2014-03-07 00:47:43 -05:00
util.js Refactored ClassBuilder.buildMembers (dynamic prop parse context) 2014-03-15 21:16:27 -04:00
version.js.in [copyright] Copyright update 2014-01-20 22:55:29 -05:00
warn.js [no-copyright] Modified headers to reduce GPL license notice width 2014-01-15 23:56:00 -05:00