mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-30 18:17:30 +00:00
Issue #1004 this/super can be AS1/2 variable
This commit is contained in:
@@ -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"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user