Hey.

I want to be able to iterate over an object to get the keys and values. Lets 
assume I export a JS function like this:

applySettings({
        a: 1,
        b: 2
});

How can I now iterate over the object's keys and values in C++? I have not 
found an iterator class alike std::map<...>::iterator

Kind regards, Ingwie

-- 
-- 
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/d/optout.

Reply via email to