Top "Embedded-v8" questions

How to embed V8 in a Java application?

I'm looking for a solution for embedding the Google JavaScript engine V8 in my Java application. Have you got some …

java javascript v8 embedded-v8
Calling a v8 javascript function from c++ with an argument

I am working with c++ and v8, and have run into the following challenge: I want to be able to …

c++ v8 embedded-v8
How to expose "native functions" to Javascript in a web page using Chromium and Delphi 6?

I have successfully embedded Chromium into my Delphi 6 projects with the help of Delphi Chromium Embedded. Now I want to …

javascript delphi chromium embedded-v8
Fastest possible Javascript object serialization with Google V8

I need to serialize moderately complex objects with 1-100's of mixed type properties. JSON was used originally, then I …

javascript serialization v8 bson embedded-v8
What exactly is the difference between v8::Isolate and v8::Context?

What is the difference/connection between these objects in V8? Does a context "belong" to an Isolate or vice versa? …

v8 embedded-v8
Installing PHPv8js on Ubuntu

I'm having some trouble installing phpv8js on Ubuntu. I've made sure I have a recent version of libv8 installed …

php embedded-v8
How to compile the smallest possible V8 library for Windows?

I'm making a game engine for school, and I want to use Google's V8 to allow for JavaScript scripting in-engine. …

visual-studio-2013 v8 embedded-v8