Files
UglifyJS/lib
Mihai Bazon c5ed2292bf Fix parsing setters/getters (allow keywords for name).
The "key" property was always "set" or "get", which didn't make much sense.
Now it'll be the actual name of the setter/getter (AST_Node), and the
AST_Accessor object itself, which represents the function, won't store any
name.

Close #319
2013-10-30 11:50:22 +02:00
..
2013-10-30 10:45:58 +02:00
2013-10-29 15:53:54 +02:00
2012-10-02 16:39:53 +03:00