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

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

--- Comment #23 from Aryeh Gregor <ayg@aryeh.name> 2012-03-14 17:56:08 UTC ---
(In reply to comment #21)
> Identifying the type of an object should not have side-effects.  I don't
> believe it does in the current spec.

Right, so I'm still confused.  :)  The problem was that the overload resolution
algorithm could have confusing effects on which arguments are evaluated.  Every
argument is still always evaluated either zero times or once per current spec. 
It's just confusing which ones are evaluated.

-- 
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 17:56:15 UTC