- From: Boris Zbarsky <notifications@github.com>
- Date: Tue, 25 Oct 2016 06:23:28 -0700
- To: heycam/webidl <webidl@noreply.github.com>
Received on Tuesday, 25 October 2016 13:24:42 UTC
> note that OrdinarySet is just a spec algorithm, not the name of an abstract operation Correction: it _is_ an abstract operation but it's not an internal method. The latter are what get the [[]] naming. > before you blame an ominous "them" Not blaming anyone except myself. If there wasn't a comment in the ES spec source about needing to be careful with [[Set]] to avoid breaking IDL, then I clearly didn't communicate things clearly enough. > could we not fix this by having a flag that our custom [[GetOwnProperty]] uses? You mean a "called from [[Set]]" flag that gets passed as an argument? Or something else? -- 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-256032982
Received on Tuesday, 25 October 2016 13:24:42 UTC