Re: [heycam/webidl] Remove all references to RegExp. (#220)

domenic 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:

I think we do. Although all the surrounding bullets are also weird, e.g. "If V is a Boolean value", so maybe best to leave it alone.

-- 
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

Received on Thursday, 3 November 2016 16:04:26 UTC