the V8 embedder's guide is probably a good first start: https://developers.google.com/v8/embed
If you use a recent version of V8, you might need to adopt some of the examples, e.g. FunctionTemplate::New() now requires an Isolate* to be passed. best -jochen On Sun, Jan 26, 2014 at 7:23 PM, Sara Abdelhameed < saraabdelhameed1...@gmail.com> wrote: > Oh :( so how we could work and someone like me to start working on V8 > engine as it is the first time to work on javascript engine? > Also, Spidermonkey lacks of updating its documentation! > any advice will be appreciated? > > > On Sun, Jan 26, 2014 at 7:27 AM, Gregory Hlavac <ghla...@gmail.com> wrote: > >> No. >> >> Welcome to V8. >> >> And don't bother trying to find any useful helper library (v8juice and >> v8covert are both dead in the water) as they both stopped being updated >> because of how google likes to change the API in massive ways with little >> to no documentation. >> >> >> >> >> -- >> -- >> v8-users mailing list >> v8-users@googlegroups.com >> http://groups.google.com/group/v8-users >> --- >> You received this message because you are subscribed to a topic in the >> Google Groups "v8-users" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/v8-users/Cfj5z5mXSAA/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> v8-users+unsubscr...@googlegroups.com. >> >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- > -- > v8-users mailing list > v8-users@googlegroups.com > 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 v8-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > -- -- v8-users mailing list v8-users@googlegroups.com 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 v8-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.