I want to capture all array accesses in JS files. For example, given a statement "a[1] =3;", I would like to capture the array index "1" and the assigned value 3. Is there a way to do it in V8?
Thanks. -wei -- -- v8-users mailing list [email protected] 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
