It helps with the proper handling of getter/setter properties. FlexJS
uses methods with the "get_" and "set_" prefixes instead of the
"Object.defineProperty" that "goog" JS uses. When using a setter
method you go from "myObject.label = 'hello world'" to
"myObject.set_label('hello world')". Part of that translation is a
manipulation of the assignment, where we want to leave out the right
side of the equation when dealing with an
AccessorDefinition.EdB On Mon, Apr 8, 2013 at 2:01 AM, Alex Harui <[email protected]> wrote: > What does it do that the superclass doesn’t handle? > > Thanks, > -- > Alex Harui > Flex SDK Team > Adobe Systems, Inc. > http://blogs.adobe.com/aharui -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl
