[Bug 12248] Make objects first-class API citizens

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12248

--- Comment #1 from Boris Zbarsky <bzbarsky@mit.edu> 2011-03-05 14:15:59 UTC ---
> but the values of those keys can be pretty much anything. Including what Web
> IDL currently calls "object"

Note that this still introduces issues similar to getters.  Consider this
object:

  { clientX: 
    { valueOf: 
      function() {
        /* Do evil stuff */ 
      } 
    } 
  }

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Saturday, 5 March 2011 14:16:03 UTC