- From: Cameron McCormack <notifications@github.com>
- Date: Mon, 02 Feb 2015 17:15:53 -0800
- To: heycam/webidl <webidl@noreply.github.com>
Received on Tuesday, 3 February 2015 01:16:27 UTC
There are many instances in the spec where it says something like "If *O* has an own property with name *P*, then ...". Given proxies, we really should be invoking [[HasOwnProperty]] here explicitly, because we'll want to be clear that the proxy handler is invoked. (And it's not really clear whether a proxy has "real" own properties anyway.) --- Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/issues/42
Received on Tuesday, 3 February 2015 01:16:27 UTC