548c38503f
This adds the `weak' keyword and permits abstract method definitions to appear in the same definition object as the concrete implementation. This should never be used with hand-written code---it is intended for code generators (e.g. traits) that do not know if a concrete implementation will be provided, and would waste cycles duplicating the property parsing that ease.js will already be doing. It also allows for more concise code generator code. |
||
---|---|---|
.. | ||
GetterSetterTest.js | ||
MethodTest.js | ||
PropTest.js | ||
VisibilityTest.js | ||
inc-common.js |