google-code-export / asdec

Automatically exported from code.google.com/p/asdec
1 stars 0 forks source link

Inline functions as AVM instructions #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, it is a very nice program. Much better than anything I tried before :)

Is there any way to show the AVM code of inline functions instead of 
'newfunction 9270'? Their source is shown as AS code, but without the AVM 
representation. It would be nice to jump to the source of the function by 
clicking on 'newfunction 9270', for example :)

The AS code is (just a sample, not an actual part of the source)

         some_var=new SomeClass(new function(): someType
            {
               return something;
            }
         );

Thank you for your work.

Original issue reported on code.google.com by 2che...@gmail.com on 2 Mar 2012 at 6:52

GoogleCodeExporter commented 9 years ago
Sorry, by 'inline' I meant 'anonymous' functions.

Original comment by 2che...@gmail.com on 2 Mar 2012 at 7:13

GoogleCodeExporter commented 9 years ago
I have made some changes, it is in the repository. You can now click the body 
of anonymous function and it opens the method.

Note: There is still a little problem with newactivation instructions so it is 
not decompiled properly

Original comment by jindra.p...@gmail.com on 15 Dec 2012 at 6:29

GoogleCodeExporter commented 9 years ago

Original comment by jindra.p...@gmail.com on 26 Dec 2012 at 8:33