[Webkit-unassigned] [Bug 32722] Allow Reserved Words in Property Accessors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 21 09:24:15 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=32722


Patrick Mueller <pmuellr at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #46505|0                           |1
        is obsolete|                            |
  Attachment #47127|                            |review?
               Flag|                            |




--- Comment #25 from Patrick Mueller <pmuellr at yahoo.com>  2010-01-21 09:24:13 PST ---
Created an attachment (id=47127)
 --> (https://bugs.webkit.org/attachment.cgi?id=47127)
2010-01-21-a patch

attempt at a final patch:

- seems like a general 1% increase in parse time across the board

- reverrted back to "patch so far" styled change for the property rules -
causes an additional reduce step by the compiler but doesn't require the code
duplication for having the duplicate IDENT/IdentifierOrReserved rules

- sorted the token lists in the %token specs and IdentifierOrReserved
definition.

- added LayoutTests/fast/js/reserved-words-as-properties-expected.txt to test
using all keywords/reserved words as properties

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



More information about the webkit-unassigned mailing list