Repository: flex-falcon Updated Branches: refs/heads/develop 153b51e24 -> e11cf7eee
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/develop Commit: e11cf7eee2258e1c21bd1193c7692427eb5b2b86 Parents: 153b51e Author: Harbs <[email protected]> Authored: Thu Apr 20 23:43:53 2017 -0400 Committer: Harbs <[email protected]> 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"),
