Review Request: KJS/Grammar: Introduce new non-terminal IdentifierName, to handle keywords as PropertyName, in Memberexps and CallExpr

Bernd Buschinski b.buschinski at googlemail.com
Mon Mar 12 21:03:36 GMT 2012


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/104243/
-----------------------------------------------------------

Review request for kdelibs.


Description
-------

KJS/Grammar: Introduce new non-terminal IdentifierName,
which allows keywords to be used as PropertyName, in Memberexps and CallExpr.
(but not yet enum,export,extends, super, because they have the same value RESERVED)


Diffs
-----

  kjs/grammar.h 2a006df 
  kjs/grammar.cpp 32dbeae 
  kjs/grammar.y d5e835f 

Diff: http://git.reviewboard.kde.org/r/104243/diff/


Testing
-------

Tested with ecmascript262, all keyword cases pass now, except the reserved ones


Thanks,

Bernd Buschinski

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20120312/f51ce8cf/attachment.htm>


More information about the kde-core-devel mailing list