[Bug 15986] Specify exactly how and when ECMAScript arguments are evaluated

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

--- Comment #22 from Ms2ger <Ms2ger@gmail.com> 2012-03-14 09:53:24 UTC ---
I think it makes sense to only allow one overload for each number of arguments,
and handle the current overloads with unions. For the typed array case, that
would make the argument name a little less useful, but *shrug*. OTOH, it would
rather simplify the overload resolution algorithm (maybe even to the point
where I actually understand it). There is still some complexity in the
conversion to the IDL union type, but at we can convert those one at a time
(left-to-right).

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Wednesday, 14 March 2012 09:53:33 UTC