taskease.js - Tasks: task #12095, Reflection API

 
 

You are not allowed to post comments on this tracker with your current authentication level.

task #12095: Reflection API

Submitter:  Mike Gerwitz <mikegerwitz>
Submitted:  Sun 10 Jun 2012 03:23:08 AM UTC
   
 
Should Start On:  Wed 01 Aug 2012 04:00:00 AM UTC Should be Finished on:  Mon 01 Jul 2013 04:00:00 AM UTC
Category:  Core Priority:  9 - Immediate
Item Group:  Development Status:  None
Privacy:  Public Assigned to:  mikegerwitz
Percent Complete:  0% Open/Closed:  Open
Planned Release:  None
Keywords:  reflection

Sun 28 Apr 2013 05:17:51 PM UTC, comment #1: 

A user has expressed interest in this feature for interface reflection (see dependencies); will work on this next.

Mike Gerwitz <mikegerwitz>
Group administrator
Sun 10 Jun 2012 03:23:08 AM UTC, original submission:  

Reflection in ECMAScript is accomplished through the use of for..in and similar statements. In the case of for..in, there are two issues ease.js faces:

  • Certain members may not be enumerable
  • Protected, private and static members are not part of the conventional prototype chain (unless falling back)
  • We must expose the keywords used to create the members, as well as additional metadata.


Additional details will be considered once development gets underway. Some initial planning was done a while back and must be dug up from Mike's notes.

Mike Gerwitz <mikegerwitz>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Carbon-Copy List
  • -email is unavailable- added by mikegerwitz (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-05-20 mikegerwitz Planned Release0.2.0 None
    2013-04-28 mikegerwitz Should be Finished on2012-11-01 2013-07-01
        Priority7 - High 9 - Immediate
    2013-04-28 mikegerwitz Dependencies- task #12592 is dependent
    2013-04-28 mikegerwitz Dependencies- bugs #38761 is dependent

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code