Hi,
I am just starting to work on V8. I want to implement a code so that when the '.textContent' method is invoked there is a console log saying "textContent invoked".
Right now, I have modified the v8_attr.cc file but it prints everytime the textContent is called during rendering and such. How do I limit it so that the log message is invoked only if called by a JS function. I was thinking if I can get the callee function I can use that as an indicator.
Any help is appreciated.
Thanks,
Asmit