Hi Friends, In a project that I am working on, I need to intercept all Javascript accesses to all DOM elements in browsers. As I checked, the core element which run the JavaScripts in the page is a component named v8. So it may be possible to intercept object accesses there. I do not know which part of the code of v8 source code does the access to DOM. Do you know?
I would appreciate if you share your experience and thoughts! Thanks! -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
