- From: Ms2ger <notifications@github.com>
- Date: Mon, 14 Jan 2019 05:04:05 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 14 January 2019 13:04:26 UTC
Ms2ger commented on this pull request. > @@ -12647,7 +12646,8 @@ internal method as follows. 1. Let |prototype| be |O|.\[[GetPrototypeOf]](). 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. + and <a abstract-op>HasOwnProperty</a>(|prototype|, |P|) is <emu-val>true</emu-val>, They're inconsistent, of course. I'll retake this part after #607 is fixed. -- 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/601#discussion_r247483311
Received on Monday, 14 January 2019 13:04:26 UTC