V8 is Google's open source JavaScript engine.
If I add non-ASCII characters to MongoDB database then all db.find() fail telling "non ascii character detected". It's problem …
mongodb utf-8 v8 spidermonkeyI'm trying to call a registered JS function when a c++ callback is called, but I'm getting a segfault for …
c++ multithreading v8 libuvI was wondering about how Objects are implemented under the hood in Javascript engines (V8, Spidermonkey, etc). Are they really …
javascript firefox google-chrome v8 spidermonkeyI accidentally witnessed that this causes an error in V8 (Chrome, Node.js, etc): for (let val of Symbol()) { /*...*/ } TypeError: …
javascript node.js google-chrome v8 for-of-loopI have found in some articles saying that FF's Javascript engine partially adopt Chrome's V8 feature ,or even some sourcecode …
firefox google-chrome v8 javascript-enginedoes anyone have an idea how to render unicode 'astral plane' characters (whose CIDs are beyond 0xffff) in google v8, …
javascript node.js unicode v8 astral-planeI've found that *v8::String::Utf8Value(args[0]->ToString()) returns the proper string on node 0.8.2 32-bit and does …
c++ c node.js v8 node.js-addonI'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-v8I'm trying to build V8 as part of ArangoDB using the official build scripts and following the official Windows build …
visual-studio-2013 compiler-errors v8 arangodb msbuild-targetExecuting this snippet in the Chrome console: should print 1000 times false, but on some machines will print false for a …
javascript v8