mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-30 19:27:38 +00:00
Fixed AS1/2 - Infinity, NaN can be used as identifiers, are normal variables
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user