Hi
I compiled the Google V8 engine and PyV8 (https://github.com/okoye/PyV8) under the windows 32bit and the mac osx, build pyv8 as a plugin of sublime text 2.
Added a realtime syntax checking & jshint on js file
Added a javascript console like the python one
Wrote an example (test.js) shows how to writing your own plugin use JavaScript
You can download it here:
sublime-v8 for win32 - [https://github.com/akira-cn/sublime-v8-win32](https://github.com/akira-cn/sublime-v8-win32)
sublime-v8 for osx - [https://github.com/akira-cn/sublime-v8-osx](https://github.com/akira-cn/sublime-v8-osx)
enjoy~