Issue #1004 this/super can be AS1/2 variable

This commit is contained in:
Jindra Petřík
2015-10-29 22:52:14 +01:00
parent 19944a6656
commit 0900fc00cb

View File

@@ -76,7 +76,13 @@ public class IdentifiersDeobfuscation {
// is "it" really a keyword? documentation says yes, but I can create "it" variable in CS6...
// "it",
"ne", "new", "not", "null", "on", "onClipEvent",
"or", "private", "public", "return", "set", "static", "super", "switch", "tellTarget", "this", "throw", "try",
"or", "private", "public", "return", "set", "static",
//allow as variable:
//"super",
"switch", "tellTarget",
//allow as variable:
//"this",
"throw", "try",
"typeof", "undefined", "var", "void", "while", "with"
};