[heycam/webidl] Use [[OrdinarySet]] instead of [[Set]] (#201)

Last step of the algorithm "to invoke the internal [[Set]] method of platform objects" in [Platform object [[Set]] method](https://heycam.github.io/webidl/#platformobjectset) instructs to perform steps 3-11 of the [default [[Set]] internal method](https://tc39.github.io/ecma262/#sec-ordinary-object-internal-methods-and-internal-slots-set-p-v-receiver), when it should instead rely on [OrdinarySet](https://tc39.github.io/ecma262/#sec-ordinaryset).

It might be possible to rework the algorithm to avoid plugging into the middle of the algorithm, which is always brittle.

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

Received on Sunday, 23 October 2016 07:26:17 UTC