[Bug 22806] Why special case Date and RegExp in #es-sequence

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22806

--- Comment #2 from Boris Zbarsky <bzbarsky@mit.edu> ---
The main issues here are dealing with unions/overloads and whether the types
are distinguishable (so that you can do things like (Date or sequence<Date>)). 
We can probably just use the same "pick an order" approach we do elsewhere in
overload resolution at this point.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Saturday, 27 July 2013 00:59:39 UTC