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.

#181 AS3 object field missing quotes
Author:
focus

Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3
State: closed 

Please, take a look at the attached file.
Class: com.junkbyte.console.vos.Log
Method: toObject
I see such lines there:
t:this.t,
missing quotes here, should be:
"t":this.t,
to allow this code compile normally

State: new→opened
Title: AS3 object field decompilation issue→AS3 object field missing quotes
Title: AS3 object field decompilation issue→AS3 object field missing quotes
version 1.6.5 was released. This should be fixed, try it.
State: opened→upgraded
Yep, it's fixed now, thanks!
State: upgraded→closed