Top "V8" questions

V8 is Google's open source JavaScript engine.

Throwing a JavaScript exception from C++ code using Google V8

I'm programming a JavaScript application which accesses some C++ code over Google's V8. Everything works fine, but I couldn't figure …

javascript c++ v8
Why is LIBUV needed in Node JS?

So, may be this question is too noob and novice to be asked but I still have no clue why …

c++ node.js v8 libuv
How to install V8js on PHP5.5?

I want to install the v8js extension for PHP5.5 on Ubuntu 12.04 but can't make it working. When I try …

php ubuntu v8 libv8
Correct way to create a V8::Persistent<Object> from a V8::Handle<Object>

I just upgraded my V8 version to 3.20.16 (from some very old version). I can no longer use Handle<Object&…

v8 embedded-v8