Re: [heycam/webidl] Improve the named property visibility algorithm for Window. (#626)

Ms2ger commented on this pull request.



>      1.  While |prototype| is not null:
-        1.  If |prototype| is not a [=named properties object=],
-            and |prototype| has an own property named |P|, then return false.

It'll only affect the other call sites if someone takes an object that supports named properties and sticks the named properties object into its proto chain. I don't think we need to care particularly about that scenario.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/626#discussion_r258434494

Received on Wednesday, 20 February 2019 11:10:40 UTC