>
>
> You can call a globally accessible function by doing the following:
>
> Local<Function> fun = Local<Function>::Cast(context->Global()-
> >Get(String::New("Name_Of_Function")));
> fun->Call(fun, argc, argv); // argc and argv are your standard
> arguments to a function
>
Wow, thanks a lot! How can one get such deep insight into V8 (it is really
sooo complex stuff for me!) without asking a billion questions? Is there
some complete class documentation or so?
Thanks,
Ondrej Zara
--~--~---------~--~----~------------~-------~--~----~
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
-~----------~----~----~----~------~----~------~--~---