You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/11/09 09:06:19 UTC

[2/2] git commit: [flex-falcon] [refs/heads/develop] - hack in global vector function support

hack in global vector function support


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/026cada6
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/026cada6
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/026cada6

Branch: refs/heads/develop
Commit: 026cada638a03b6e4100cd5c1fc4130b6007a8b3
Parents: e126ae1 5478300
Author: Alex Harui <ah...@apache.org>
Authored: Mon Nov 9 00:06:03 2015 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Nov 9 00:06:03 2015 -0800

----------------------------------------------------------------------
 .../js/flexjs/TestFlexJSGlobalClasses.java      | 91 ++++++++++++++++++++
 .../js/flexjs/TestFlexJSGlobalFunctions.java    | 83 +++++++++++++++++-
 .../codegen/js/jx/FunctionCallEmitter.java      |  7 ++
 .../feature-tests/as/ASVariableTests.java       | 22 +++++
 4 files changed, 202 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/026cada6/compiler.jx/src/org/apache/flex/compiler/internal/codegen/js/jx/FunctionCallEmitter.java
----------------------------------------------------------------------