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

> when it should instead rely on OrdinarySet.

It can't rely on `OrdinarySet`, precisely because step 2 of `OrdinarySet` is wrong for this use case.  Where "wrong" means "not web-compatible".  Also, note that `OrdinarySet` is just a spec algorithm, not the name of an abstract operation, so there is no such thing as `[[OrdinarySet]]`.  

I agree it would be nice if ES had a hook we could just use here, since the reference is _already_ broken due to their refactoring.  I thought I had discussed this with them when we were adding this and they planned to at least let us know they broke the ref, but I may well be misremembering...  :(

-- 
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#issuecomment-255822476

Received on Monday, 24 October 2016 18:20:34 UTC