Hi
I'm after information on the hard stuff in javascript (no, not alt.binaries... )
(1) Is there anyway of tracing calls in javascript. Ideally I'd have a
background function, periodically popping up via setTimeout and it would
be able to say something like, browser.javascr iptCalls[0], or..
On every javascript call of any kind have another method called which could
then identify the caller and trace it
(2) Can I determine the methods and data of any object in javascript
somehow?
Thanks
F
I'm after information on the hard stuff in javascript (no, not alt.binaries... )
(1) Is there anyway of tracing calls in javascript. Ideally I'd have a
background function, periodically popping up via setTimeout and it would
be able to say something like, browser.javascr iptCalls[0], or..
On every javascript call of any kind have another method called which could
then identify the caller and trace it
(2) Can I determine the methods and data of any object in javascript
somehow?
Thanks
F
Comment