When we use the console.log(someObject.someFunction) firebug shows function() string only.
Is there a way i can see/log the code for the function in the console window ? Something similar to what we can achieve using alert(someObject.someFunction) shows the function body.