In order to facilitate the development of the various (cross-) compiler projects (currently: FalconJS and FalconJx) we need a comprehensive overview of ActionScript language features and the available options/solutions for translating these to Javascript.


The Full Table shows ALL AS3 language features, as documented in these references:

Translation implemented (where needed) using Google Closure annotations (JSDoc style):

and as few as possible methods from the Google Closure Library (goog.*):


The AS language features DON'T have a one-to-one translation to JS are listed separately on these pages:


More to come, I'm sure...

  • No labels