Answer the question
In order to leave comments, you need to log in
How to iterate over a V8 key-value object in C++ (get a list of the object's keys)?
An object of type key-value comes from the callback. How to iterate over such an object in a C++ module? That is, getting the value of the key at each iteration? How to get a value by key is clear:
// retval is Local<Object>
retval->Get(String::New("keyname"));
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question