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

(Updated Jan. 22, 2013, 3:11 a.m.)


Review request for kdelibs.


Changes
-------

rebase on KDE/4.10 and regnerate with bison 2.7


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 (updated)
-----

  kjs/grammar.h 5422fc7 
  kjs/grammar.cpp 71245a4 
  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

Reply via email to