Hello,
For research reason, I need to log all the function names and properties
accessed from javascript. Given the below example code from a webpage:
<script>
console.log('test");
window.name="new name";
</script>
I'd like to capture that 'console.log()' and 'window.name' have been
accessed.
I'm quite new to v8 development. I've been struggling with the v8 source
code in the chromium for a while.
Could anyone save my life by giving me some hints or code snippets to get
started?
--
--
v8-dev mailing list
[email protected]
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/v8-dev/40cb8434-9be2-4fe7-bc37-2546ff776338%40googlegroups.com.