You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2018/03/16 10:31:57 UTC

[GitHub] Harbs opened a new issue #132: Add utility functions for Object getters and setters

Harbs opened a new issue #132: Add utility functions for Object getters and setters
URL: https://github.com/apache/royale-asjs/issues/132
 
 
   In af19f12fb623a473e16a4d83e0d89234abdaea4d and d50bb9e69e72d2595ddfe367cd3519cd92589ba3 We added the following:
   1. `org.apache.royale.utils.object.defineGetter`
   2. `org.apache.royale.utils.object.defineSimpleGetter`
   3. `org.apache.royale.utils.object.defineProperty`
   4. `org.apache.royale.utils.object.defineSimpleProperty`
   
   These utility functions are JS-only and used for adding setters and getters dynamically (for polyfills and the like).
   
   The `Simple` varieties don't require passing in functions, while the non-simple ones require functions to be passed in for the getters and/or setters.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services