Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
\[arg1, ..., argN\]); 
super.method(\[arg1, ..., argN\]);

\[arg1, ..., argN\]); 
goog.base(this, "method", \[arg1, ..., argN\]);

 

ActionScript

JavaScript + Closure annotation

Notes

for each...in

for each...in

?

We need the compiler to rework the AS loop a bit... (See comment from Frank: https://cwiki.apache.org/confluence/display/FLEX/AS+to+JS+translation+table?focusedCommentId=30745636#comment-30745636).

super

super(

Wiki Markup
Wiki Markup

goog.base(this, 

Wiki Markup
Wiki Markup