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

@annevk commented on this pull request.

Apologies for the lack of follow-up, I was hoping someone else would have picked this up.

@EdgarChen could you also take a look?

> @@ -12636,21 +12636,22 @@ internal method as follows.
     is used to determine if a given named property is exposed on an object.
     Some named properties are not exposed on an object depending on whether
     the [{{OverrideBuiltins}}] [=extended attribute=] was used.
-    The algorithm operates as follows, with property name |P| and object |O|:
+    The algorithm operates as follows, with property name |P|, object |O|, and
+    optionally object |propertyHolder|:

Where is this invoked with _propertyHolder_?

-- 
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#pullrequestreview-403227298

Received on Thursday, 30 April 2020 06:11:33 UTC