- From: Tobie Langel <notifications@github.com>
- Date: Tue, 27 Feb 2018 08:25:16 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 27 February 2018 16:25:41 UTC
tobie commented on this pull request.
> @@ -6864,6 +6913,9 @@ ECMAScript value type.
1. If <a abstract-op>Type</a>(|V|) is Number, then
return the result of <a href="#es-to-unrestricted-double">converting</a> |V|
to an {{unrestricted double}}.
+ 1. If <a abstract-op>Type</a>(|V|) is [=BigInt=], then
+ return the result of <a href="#es-to-bigint">converting</a> |V|
+ to an {{bigint}}.
s/an/a/ or s/an/an IDL/
--
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/525#pullrequestreview-99753499
Received on Tuesday, 27 February 2018 16:25:41 UTC