Re: [heycam/webidl] Overload set tuple: callable definition out of sync with new constructor ops (#811)

I’m guessing Bikeshed’s message is unrelated to the change here, unless I’m missing something very subtle. The dnfs associated with DOMException appear to have unique attribute/value combos:

```html
<dfn for="DOMException">name</dfn>
<dfn for="DOMException">message</dfn>
<dfn constructor for="DOMException"><code>DOMException(|message|, |name|)</code></dfn>
<dfn attribute for="DOMException"><code>name</code></dfn>
<dfn attribute for="DOMException"><code>message</code></dfn>
<dfn attribute for="DOMException"><code>code</code></dfn>
(plus a bunch of consts)
```

-- 
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/811#issuecomment-539776181

Received on Wednesday, 9 October 2019 01:25:06 UTC