- From: Boris Zbarsky <notifications@github.com>
- Date: Fri, 09 Sep 2016 09:47:59 -0700
- To: heycam/webidl <webidl@noreply.github.com>
Received on Friday, 9 September 2016 16:48:39 UTC
> 1. If |P| is not a [=supported property name=] > of |O|, then return false. > + 1. If |O| has an own property named |P|, then return false. > + <div class="note"> > + Note that this will include cases in which an object has unforgeable properties, because in practice those are always set up before objects have any supported property names, and once set up will make the corresponding named properties invisible. > + </div> Done, thanks. -- 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/174/files/cf3530fecf892c4999938e57d1102c0ea5877027#r78211814
Received on Friday, 9 September 2016 16:48:39 UTC