Lack of documentation

81 views
Skip to first unread message

Sara Abdelhameed

unread,
Jan 25, 2014, 2:18:04 PM1/25/14
to v8-u...@googlegroups.com
Hi, all
I am a newbie to V8 and I want to embed it in my C++ application, I am searching for a good documentation about V8 API that I'll use, is there a document that explains all the API? 

Thank you 

Kevin Ingwersen

unread,
Jan 25, 2014, 2:50:58 PM1/25/14
to v8-u...@googlegroups.com
The original v8 docu is really not very useful, indeed :/ It lacks a lot of newcommer support.
But, if you can spend some time, read shell.cc which is linked as an example code. It does contain things like how to evaluate a script and alike. That should help as a nice base. But I am currently learning myself…and being slightly frustrated.
> --



Gregory Hlavac

unread,
Jan 26, 2014, 12:27:44 AM1/26/14
to v8-u...@googlegroups.com
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.




Sara Abdelhameed

unread,
Jan 26, 2014, 1:23:50 PM1/26/14
to v8-u...@googlegroups.com
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?


--
--
v8-users mailing list
v8-u...@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+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Jochen Eisinger

unread,
Jan 26, 2014, 2:09:19 PM1/26/14
to v8-u...@googlegroups.com
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


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+u...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages