瀏覽代碼

Positive / negative infinity are members of the Number class in AS3 (#5881)

Jeff Ward 8 年之前
父節點
當前提交
41b2e1e7bf
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/generators/genas3.ml

+ 2 - 2
src/generators/genas3.ml

@@ -556,8 +556,8 @@ and gen_field_access ctx t s =
 	let field c =
 		match fst c.cl_path, snd c.cl_path, s with
 		| [], "Math", "NaN"
-		| [], "Math", "NEGATIVE_INFINITY"
-		| [], "Math", "POSITIVE_INFINITY"
+		| [], "Number", "NEGATIVE_INFINITY"
+		| [], "Number", "POSITIVE_INFINITY"
 		| [], "Math", "isFinite"
 		| [], "Math", "isNaN"
 		| [], "Date", "now"