- From: jmdyck <notifications@github.com>
- Date: Tue, 26 Feb 2019 15:02:33 +0000 (UTC)
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 26 February 2019 15:03:00 UTC
I _think_ the reason that the ES spec says: `Let _A_ be a newly created Array exotic object.` rather than: `Let _A_ be ObjectCreate(...).` is that the latter form doesn't give you anything explicit that says "this is an Array exotic object", which you need, for example, when an algorithm step says: `If _argument_ is an Array exotic object, ...` -- 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/issues/655#issuecomment-467472205
Received on Tuesday, 26 February 2019 15:03:00 UTC