JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : We have got a new blog where we post some interesting SWF internals info.

List of issuesList of issues

#817 AS1/2 for..in varible in expression
Author: user Kodak
Date created:
Type: bug
Visibility: Everybody
Assigned to: admin JPEXS
State: closed Help

> What steps will reproduce the problem? as edition > What is the expected output? What do you see instead? for(var _loc2_ in this.icons) { ... } becomes for(var this in this.icons) { ... } > What version of the product are you using? On what operating system? 4.1.1 > Please provide any additional information below. Attach the file you have problem with if neccessary. If you do not want to publish files YOU CAN CHANGE VISIBILITY TO PRIVATE tried on __Packages.net.wargaming.ingame.Minimap onSetShowVehicleName() (attached)
DownloadMinimap.swf (750 KiB)
admin
Could you please try nightly build? (427 or later) It looks like there is no problem now.
Assigned:admin JPEXS
admin
State: new→upgraded
user
no, it still fails the same way
admin
State: upgraded→returned
admin
State: returned→opened
Title: as edition of for..in iteration→AS1/2 for..in varible in expression
user
_loc2_ becomes _loc3_ but other than this issue looks solved i have checked in 5.1.0 nightly 533
admin
Yes, I fixed it earlier but forgot to tell.
State: opened→closed