Thanks for your feedback - I've actually already solved several of my problems, simply because I can search for FunctionTemplate and see how it is used, and then find a snippet of code that is doing something I was trying to do, only slightly differently.
So node.js is luckily a big help - embedders guide and shell.cc I've already been through many times, and they don't show examples for many of the functions I am trying to find out how to use. Regards, Brian On Nov 5, 10:45 am, Ondřej Žára <[email protected]> wrote: > > Thank you for the suggestions - I'll definitely take a look at > > node.js. > > Actually, looking into node's internals was truly confusing for me - > it is hardcore V8 usage. I made most of my V8 learning steps directly > by reading the Embedder's guide > (http://code.google.com/intl/cs/apis/v8/embed.html) and experimenting > with the sample "shell.cc" application. > > I believe that one can learn some V8 stuff by looking into v8cgi > source (or its modules!) as well .) > > Sincerely, > Ondrej Zara > > > > > > > > > On Nov 4, 1:47 pm, Mikael Helbo Kjær <[email protected]> wrote: > >> Hi > > >> May I suggest taking a look at node.js for a comprehensive use of v8. I > >> got a lot of my pointers from it. > > >> Regards, > >> Mikael > > > -- > > v8-users mailing list > > [email protected] > >http://groups.google.com/group/v8-users -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
