Fixed AS1/2 - Infinity, NaN can be used as identifiers, are normal variables

This commit is contained in:
Jindra Petřík
2021-11-29 17:15:56 +01:00
parent ab8b2e24db
commit 34579690d4
6 changed files with 1002 additions and 1038 deletions
@@ -96,9 +96,7 @@ public class IdentifiersDeobfuscation {
"throw",
"true", //can be in variable definition
"try",
"typeof", "undefined", "var", "void", "while", "with",
//global constants, can be in variable definition :
"NaN", "newline", "Infinity"
"typeof", "undefined", "var", "void", "while", "with"
};
// http://www.adobe.com/devnet/actionscript/learning/as3-fundamentals/syntax.html