Re: [heycam/webidl] Use <emu-val> only for constant values (#405)

tobie commented on this pull request.



> @@ -6668,7 +6674,7 @@ In effect, where <var ignore>x</var> is a <emu-val>Number</emu-val> value,
 
     1.  Let |x| be [=?=] [=ToNumber=](|V|).
     1.  If |x| is <emu-val>NaN</emu-val>, +∞, or −∞,
-        then [=ECMAScript/throw=] a <emu-val>TypeError</emu-val>.
+        then [=ECMAScript/throw=] a {{TypeError}}.

> Speaking of that, I'm not too clear on the difference between ES/throw and ES binding throw -- they seem to be equivalent IMO.

The first one is just a proxy to the one in the ES spec. The second one deals with DOMExceptions too.

-- 
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/405#discussion_r132962816

Received on Monday, 14 August 2017 14:22:31 UTC