[heycam/webidl] Normative: Match ECMA‑262 order of the `constructor` property (#934)

In **ECMA‑262**, the `"constructor"` property is the first property that’s added to the prototype object after its creation.

---

This matches **V8**’s implementation of built‑in objects, including ones implemented using **WebIDL**.
You can view, comment on, or merge this pull request online at:

  https://github.com/heycam/webidl/pull/934


-- Commit Summary --

  * Normative: Match ECMA‑262 order of the `constructor` property

-- File Changes --

    M index.bs (9)

-- Patch Links --

https://github.com/heycam/webidl/pull/934.patch

https://github.com/heycam/webidl/pull/934.diff


-- 
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/934

Received on Thursday, 29 October 2020 16:19:39 UTC