[Bug 12248] Make objects first-class API citizens

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

--- Comment #35 from Jonas Sicking <jonas@sicking.cc> 2011-03-16 22:40:18 UTC ---
Possibly what we want to do here is word things in terms of a dictionary, where
ECMAScript bindings can use a plain JS object to implement such a dictionary.
The set of keys in the dictionary would be the set of names iterated when
enumerating the object, and the values for those keys would be the values
returned when "getting" those properties from the object.

This might not cover the structured-clone algorithm, but that might be worth
handling separately. Maybe.

-- 
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 Wednesday, 16 March 2011 22:40:20 UTC