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 2017/05/01 03:12:57 UTC

[4/7] git commit: [flex-falcon] [refs/heads/dual] - Added RegExp to native JS types

Added RegExp to native JS types


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

Branch: refs/heads/dual
Commit: e11cf7eee2258e1c21bd1193c7692427eb5b2b86
Parents: 153b51e
Author: Harbs <ha...@in-tools.com>
Authored: Thu Apr 20 23:43:53 2017 -0400
Committer: Harbs <ha...@in-tools.com>
Committed: Thu Apr 20 23:43:53 2017 -0400

----------------------------------------------------------------------
 .../src/main/java/org/apache/flex/compiler/utils/NativeUtils.java   | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/e11cf7ee/compiler-jx/src/main/java/org/apache/flex/compiler/utils/NativeUtils.java
----------------------------------------------------------------------
diff --git a/compiler-jx/src/main/java/org/apache/flex/compiler/utils/NativeUtils.java b/compiler-jx/src/main/java/org/apache/flex/compiler/utils/NativeUtils.java
index 4969a3d..6a493b2 100644
--- a/compiler-jx/src/main/java/org/apache/flex/compiler/utils/NativeUtils.java
+++ b/compiler-jx/src/main/java/org/apache/flex/compiler/utils/NativeUtils.java
@@ -91,6 +91,7 @@ public class NativeUtils
         NaN("NaN"),
         Event("Event"),
         Array("Array"),
+        RegExp("RegExp"),
         Float32Array("Float32Array"),
         Float64Array("Float64Array"),
         Int8Array("Int8Array"),