https://github.com/mishoo/UglifyJS
Revision 5276a4a873d174ae594198045a15cb821cca29e7 authored by Mihai Bazon on 07 November 2012, 10:43:27 UTC, committed by Mihai Bazon on 07 November 2012, 10:43:27 UTC
AST_Accessor will represent the function for a setter or getter.  Since they
are not mangleable, and they should not introduce a name in scope, we have a
new node for their name (AST_SymbolAccessor) which doesn't inherit from
AST_SymbolDeclaration.

fix #37
1 parent a1ae0c8
History
Tip revision: 5276a4a873d174ae594198045a15cb821cca29e7 authored by Mihai Bazon on 07 November 2012, 10:43:27 UTC
add AST_Accessor and AST_SymbolAccessor node types
Tip revision: 5276a4a
File Mode Size
bin
lib
test
tools
.gitignore -rw-r--r-- 5 bytes
README.md -rw-r--r-- 21.4 KB
package.json -rw-r--r-- 701 bytes

README.md

back to top