0

Could any one point me to the [v8 javascript API documentation to work in c] so that I could find proper functions, their uses and return types for doing things, the various API's available on internet are old and the newer v8 is particularly not compatible with those (pre 2013)

4

2 回答 2

0

看一下这个..

http://izs.me/v8-docs/namespacev8.html

这套文档提供了从 V8 头文件生成的参考资料;

对于其他文档,请检查此

http://code.google.com/apis/v8/

于 2013-11-21T17:28:08.470 回答
0

我创建了一个 GitHub 存储库,旨在作为最新的 v8 API 参考。查看: http: //peerigon.github.io/v8-docs/

要更新文档,只需 fork 存储库并运行 doxygen:https ://github.com/peerigon/v8-docs

于 2015-08-03T14:15:09.010 回答