Top "V8" questions

V8 is Google's open source JavaScript engine.

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
Converting from v8::Arguments to C++ Types

I'm playing with creating Node.js modules in C++, but I'm stumped on the v8::Arguments class. Lets say I …

c++ node.js v8
How does setInterval and setTimeout work?

I was in an awkward situation, I am working with pure JavaScript for almost 3 years, and I know that JavaScript …

javascript browser v8 spidermonkey chakra
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
Embed a JavaScript engine in an iOS application

I wonder if anyone has successfully ported a javascript engine/interpreter to iOS. I'm writing an iPhone game that I …

javascript ios iphone v8
Android utilize V8 without WebView

I'm exercising executing javascript from Java. Rhino works very well for this on desktop, but has to fall back to (…

javascript android v8
Fix therubyracer/libv8 (0.12.1) installation on Mavericks

OK, I’m at the end of my tether with this. There are a few similar questions but they all …

gcc rubygems v8 therubyracer libv8
Debugging "Maximum call stack size exceeded"

I have a server that I can cause to die with the following output: events.js:38 EventEmitter.prototype.emit = function(…

javascript node.js debugging v8
Why is bind slower than a closure?

A previous poster asked Function.bind vs Closure in Javascript : how to choose? and received this answer in part, which …

javascript node.js performance v8
Node.js with V8 suitable for limited memory device?

Would like to know is node.js with V8 engine suitable to be deployed on limited memory device (e.g. 256…

node.js v8