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

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

--- Comment #4 from Travis Leithead [MSFT] <travil@microsoft.com> ---
(In reply to Olli Pettay from comment #2)
> "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.

Oops. You are right on. Thanks!

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 4 May 2015 21:59:16 UTC