[Webkit-unassigned] [Bug 228064] JS binary addition operator does not conform to spec
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 19 07:56:49 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=228064
Sam Sneddon [:gsnedders] <gsnedders at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gsnedders at apple.com
--- Comment #3 from Sam Sneddon [:gsnedders] <gsnedders at apple.com> ---
Where are you evaluating it?
"[object Object][object Object]" is what I'd expect if it's being evaluated as a statement and not as an expression (as then you have an empty BlockStatement followed by a UnaryExpression, and not an AdditiveExpression).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210719/7ff3ae8f/attachment.htm>
More information about the webkit-unassigned
mailing list