Comment #1 on issue 304 by whessedk: [Documentation]Is there any documentation on v8? http://code.google.com/p/v8/issues/detail?id=304
Besides "Getting Started" and the V8 sample code, I would recommend reading include/v8.h, as that is the best documentation of the API. Based on v8.h, it would seem that you should check IsObject() on the Handle<Value>, and then use ToObject() on it to get a Handle<Object>. This seems like the safest course, rather than an unsafe direct cast. I support the idea of creating more tutorials and documentation about embedding and using V8, so I think this issue should be prioritized and kept, rather than closed. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
