Chromium Code Reviews
Descriptiondart2js: In minified mode shorter getter and setter names.
Now a field called x has a getter called gx and a setter called sx in minified
mode. Previously the getter was get$x and the setter was set$x (as in
unminified code).
This CL also fixed an assert caused by using a getter to access a
variable that is a closure object.
R=karlklose@google.com
BUG=
Committed: https://code.google.com/p/dart/source/detail?r=18436
Patch Set 1 #
Total comments: 8
Messages
Total messages: 4 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||