[Webkit-unassigned] [Bug 13622] Decompiler omits trailing comma in array literal

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


http://bugs.webkit.org/show_bug.cgi?id=13622


kimmok at iki.fi changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #14442|                            |review?
               Flag|                            |




------- Comment #1 from kimmok at iki.fi  2007-05-09 13:44 PDT -------
Created an attachment (id=14442)
 --> (http://bugs.webkit.org/attachment.cgi?id=14442&action=view)
Add one to the elision value on "trailing elisions"

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.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list