Hi v8 users,
I would like to know if there is any way through which I can get a callback from v8 before and after evaluation of every JavaScript statement. Are there any C++ hooks or callbacks or APIs that I can use? I need to get notified by v8 and on receiving these notifications I want to make some calls to the v8 inspector in the same thread.
Does anyone have any examples?
Thank you,
Nupoor