1
0
Fork 0
easejs/lib
Mike Gerwitz e03c081cfd Fixed bug that made private members of a supertype inaccessible to methods that have not been overridden by a subtype
- In doing so, abandoned the super identifier (sid) for a more elegant solution with class ids (cid's)
- This permits fast and easy private member swapping via getMethodInstance() in class.js
2011-03-13 04:51:00 -04:00
..
class.js Fixed bug that made private members of a supertype inaccessible to methods that have not been overridden by a subtype 2011-03-13 04:51:00 -04:00
interface.js Interface name included in instantiation error, if available 2011-03-05 21:46:44 -05:00
member_builder.js Fixed bug that made private members of a supertype inaccessible to methods that have not been overridden by a subtype 2011-03-13 04:51:00 -04:00
prop_parser.js Multiple spaces now properly handled in keyword parser 2011-01-18 19:33:33 -05:00
propobj.js Storing each supertype's private members in a separate object to prepare for future change 2011-03-13 03:55:43 -04:00
util.js Replaed all __{define,lookup}[GS]etter__'s with defineProperty/getOwnPropertyDescriptor 2011-03-07 22:44:47 -05:00