The part with the iterations worked!

It was missing the following initialisation code:
    v8::V8::InitializeICU();
    v8::Platform* platform = v8::platform::CreateDefaultPlatform();
    v8::V8::InitializePlatform(platform);

Now another important question, is there a way to protect the global space 
from the executed scripts while keeping React.js there?
And what is the best way to pass parameters from C++ to the different 
scripts that are going to be executed so that those parameters can be 
easily cleared upon the next script execution?

-- 
-- 
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