- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 03 Nov 2016 08:52:52 -0700
- To: heycam/webidl <webidl@noreply.github.com>
Received on Thursday, 3 November 2016 15:53:44 UTC
annevk commented on this pull request.
> @@ -7835,8 +7781,7 @@ that correspond to the union’s [=member types=].
|V| to that callback function type.
1. If |types| includes {{object}}, then return the IDL value
that is a reference to the object |V|.
- 1. If |V| is any kind of object except for
- a native <emu-val>RegExp</emu-val> object, then:
+ 1. If |V| is any kind of object, then:
Should we refactor this to "If Type(V) is Object" or do we mean 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/pull/220#pullrequestreview-7038624
Received on Thursday, 3 November 2016 15:53:44 UTC