You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

 

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(

[arg1, ..., argN]

); 
super.method(

[arg1, ..., argN]);

goog.base(this, 

[arg1, ..., argN]

); 
goog.base(this, "method", 

[arg1, ..., argN]

);

 

  • No labels