I've found that the test cases that were written for v8 are the best
source of figuring things out. Almost everything I've needed is there
and as I learn more and more from the test cases I'm starting to pick
up the subtleties of the system.
Asking questions is a lot faster though. ;-)
Corey
On Oct 1, 9:47 am, "Ondrej Zara" <[EMAIL PROTECTED]> wrote:
> > 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
-~----------~----~----~----~------~----~------~--~---