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.

#817 AS1/2 for..in varible in expression
Author:
Kodak

Date created:
Type: bug
Visibility: Everybody
Assigned to:
JPEXS

Labels: AS1/2Direct Editation
State: closed 

> 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)

Could you please try nightly build? (427 or later)
It looks like there is no problem now.
Assigned: →
JPEXS

State: new→upgraded
no, it still fails the same way
State: upgraded→returned
State: returned→opened
Title: as edition of for..in iteration→AS1/2 for..in varible in expression
Title: as edition of for..in iteration→AS1/2 for..in varible in expression
_loc2_ becomes _loc3_ but other than this issue looks solved
i have checked in 5.1.0 nightly 533
Yes, I fixed it earlier but forgot to tell.
State: opened→closed