소스 검색

added haxe.PosInfos prot. var.

Nicolas Cannasse 19 년 전
부모
커밋
1347cddcef
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      genswf8.ml

+ 2 - 0
genswf8.ml

@@ -162,6 +162,8 @@ let new_call ctx kind n  =
 
 let always_protected = function
 	| "prototype" | "toString" | "__resolve" | "__constructor__" | "__proto__" -> true
+	(*// haxe.PosInfos *)
+	| "fileName" | "lineNumber" | "className" | "methodName" | "customParams" -> true
 	| s ->
 		if String.length s > 0 && s.[0] = '$' then
 			true