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/04/13 17:44:09 UTC

[38/50] git commit: [flex-falcon] [refs/heads/dual] - add one more JS identifier to the list

add one more JS identifier to the list


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

Branch: refs/heads/dual
Commit: f11724087c9e565d7ca1dbf135c808321d89bae3
Parents: 7676cf9
Author: Alex Harui <ah...@apache.org>
Authored: Tue Mar 28 21:05:10 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Mar 28 21:05:10 2017 -0700

----------------------------------------------------------------------
 .../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/f1172408/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 4582a54..4969a3d 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
@@ -88,6 +88,7 @@ public class NativeUtils
     {
         // (erikdebruin) Ref.: https://cwiki.apache.org/confluence/display/FLEX/Full+Table
         
+        NaN("NaN"),
         Event("Event"),
         Array("Array"),
         Float32Array("Float32Array"),