[Bug 28601] Converting an ECMAScript value to a dictionary; use [[GetOwnProperty]] or [[Get]]?

https://www.w3.org/Bugs/Public/show_bug.cgi?id=28601

Olli Pettay <bugs@pettay.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugs@pettay.fi

--- Comment #2 from Olli Pettay <bugs@pettay.fi> ---
"value is the result of calling the [[Get]] internal method on V with property
name key."

The dictionary is the thing being created, and
" every dictionary member is initially considered to be not present."

So, "on" doesn't refer to the JS object (V), but to the dictionary.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Monday, 4 May 2015 21:35:25 UTC