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 <aharui@apache.org>
Authored: Mon Nov 9 00:06:03 2015 -0800
Committer: Alex Harui <aharui@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
----------------------------------------------------------------------
|