[webkit-reviews] review requested: [Bug 129874] Math.{max, min}() must return after first Exception value : [Attachment 226105] Patch v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 7 03:03:50 PST 2014


Tibor Mészáros <tmeszaros.u-szeged at partner.samsung.com> has asked  for review:
Bug 129874: Math.{max, min}() must return after first Exception value
https://bugs.webkit.org/show_bug.cgi?id=129874

Attachment 226105: Patch v1
https://bugs.webkit.org/attachment.cgi?id=226105&action=review

------- Additional Comments from Tibor Mészáros
<tmeszaros.u-szeged at partner.samsung.com>
If I add an if statement before the first if, we can check that there were any
exception. If it was, drop a break, and the result will be this exception.


More information about the webkit-reviews mailing list