Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

Commit

Permalink
[javascript] moving references into documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Nov 27, 2016
1 parent b8d42bc commit 99141f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 8 additions & 0 deletions docs/refs.md
Expand Up @@ -42,3 +42,11 @@ List of some nice references found on about interacting high levels VM with C
* http://cory.li/bytecode-hacking/
* http://docs.oracle.com/javase/7/docs/technotes/guides/jni/spec/invocation.html
* http://www.ishaanguliani.com/content/calling-java-functions-c-linux-ubuntu-jni

## JavaScript (V8) ##

* https://v8docs.nodesource.com/io.js-3.0/d2/dc3/namespacev8.html
* https://github.com/weechat/weechat/blob/master/src/plugins/javascript/weechat-js-v8.cpp
* `/usr/include/v8.h`
* http://jcla1.com/blog/exploring-the-v8-js-engine-part-1
* http://jcla1.com/blog/exploring-the-v8-js-engine-part-2
8 changes: 1 addition & 7 deletions plugin-javascript.cpp
Expand Up @@ -8,14 +8,8 @@

/*******************************************************************************
*
* JavaScript plugin
* JavaScript plugin (using V8 engine - https://v8docs.nodesource.com)
*
* References:
* - https://v8docs.nodesource.com/io.js-3.0/d2/dc3/namespacev8.html
* - https://github.com/weechat/weechat/blob/master/src/plugins/javascript/weechat-js-v8.cpp
* - /usr/include/v8.h
* - http://jcla1.com/blog/exploring-the-v8-js-engine-part-1
* - http://jcla1.com/blog/exploring-the-v8-js-engine-part-2
*/

#include <dlfcn.h>
Expand Down

0 comments on commit 99141f8

Please sign in to comment.