[webkit-reviews] review requested: [Bug 13622] Decompiler omits trailing comma in array literal : [Attachment 14442] Add one to the elision value on "trailing elisions"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 9 13:44:18 PDT 2007


Kimmo Kinnunen <kimmok at iki.fi> has asked  for review:
Bug 13622: Decompiler omits trailing comma in array literal
http://bugs.webkit.org/show_bug.cgi?id=13622

Attachment 14442: Add one to the elision value on "trailing elisions"
http://bugs.webkit.org/attachment.cgi?id=14442&action=edit

------- Additional Comments from Kimmo Kinnunen <kimmok at iki.fi>
The parser consumes the missing comma on trailing elisions. 

In the middle (i.e [1,,,3]) -case doesn't need to have the addition, since the
consumed comma is also printed when the array has 'next' ptr in the element
list.



More information about the webkit-reviews mailing list