Hi,
I'm interested for logging creating and changing variable. I found
object.cc file, but I don't know, how I can inject code to log.
Example:
var test = "123"; // console > "Object has been created, value is 123"
test.foo = "foo" // console > "Object has been edited value is {foo:"foo"} "
var functionOne = function() {
var x = "123";
}; // console > "Object has been created value is ..."
Btw is any documentation/examples for this?
Thanks.
--
--
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].
For more options, visit https://groups.google.com/d/optout.