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

-- 
-- 
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- 
You received this message because you are subscribed to the Google Groups 
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-dev/a5fb9718-bba6-447c-b3cf-7e51017fd0f7n%40googlegroups.com.

Reply via email to