[flexcoders] Inline functions and Anonymous

2009-12-03 Thread cuttenv
Hi everyone, I have a quick question. Is there any performance gain when using an inline or anonymous function in flex?? For example let's say you have: private foo function():void{ var btn:Button = new Button(); var str:String = Hello Guys; btn.addEventListener(MouseEvent.CLICK,

RE: [flexcoders] Inline functions and Anonymous

2009-12-03 Thread Gordon Smith
] On Behalf Of cuttenv Sent: Thursday, December 03, 2009 6:04 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Inline functions and Anonymous Hi everyone, I have a quick question. Is there any performance gain when using an inline or anonymous function in flex?? For example let's say you have