With v8 for any JavaScript object foo, I can call:

for (var key in foo) {print(key+":"+foo[key]);};

Is there a way for me to get a callback from the above for...in loop?  In 
other words, can I register an interceptor callback for the for..in access 
of foo?

-- 
-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to