Hi all,

I want to intercept and log the context changing event in v8. 

Say I have a script in *main.html* which invokes a function *foo* in the 
*iframe.html*. When the function *foo* is executed, the isolate->context() 
is changed to represent for iframe.html. But I cannot find where the v8 
sets the corresponding *context* variable (isolate->set_context() is not 
invoked). My purpose is to immediately know that the context is changed, 
and log some information.

Please tell me how can I achieve this goal. Appreciate if there is any idea 
for that.

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-users/47702c6f-61d7-4205-9184-4f5eea5b412d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to