v8
Asynchronously running C++ and JS code in V8
I\'m currently experimenting with embedding V8 in a project of mine. Since I use libev for l开发者_JS百科istening to sockets and events and want to be able to script events with JS I would want to be[详细]
2023-04-03 19:09 分类:问答Does the Chromium project use a file management library?
Does the Chromium project use a cross-platform file management library th开发者_Go百科at: Copies files[详细]
2023-04-02 22:01 分类:问答Benefits of V8 JavaScript engine in MongoDB for map reduce
It\'s sounding like the V8 JavaScript engine mig开发者_如何学Cht be replacing SpiderMonkey in MongoDB v2.2+.[详细]
2023-04-02 18:42 分类:问答Node.js: for each … in not working
I wanted to use for each ... in with Node.js (v0.4.11). I use it like this: var conf = { index: { path: {[详细]
2023-03-31 02:32 分类:问答Since which version of NodeJS is Crankshaft enabled by default?
开发者_开发知识库(I think this question needs no body.)v0.3.2 was the first to bundle V8 3.0.x, all versions after that had Crankshaft enabled on ia32 (but not on x64 or arm).[详细]
2023-03-30 22:58 分类:问答Pass command-line arguments to script in V8 Javascript shell
I\'m trying to run JSLint via V8. I downloaded and built the V8 shell using these instructions. The interactive shell d8 works, and passing a file to it executes that file.[详细]
2023-03-28 19:51 分类:问答get all values of the closure in node.js or V8
For example, if we assume the following code: var f = function() { return \'hello world\' }; var x = 10;[详细]
2023-03-28 06:41 分类:问答node.js in Eclipse - which plugin(s) are most people using?
I\'m mostly interested in server-side web development, though being able to redeploy some bits in Chrome would be nice.[详细]
2023-03-28 04:25 分类:问答Why does this V8/Javascript code perform so badly?
I\'ve been looking at some interesting programming benchmarks to see how well node.js might perform compared to other languages: http://benchmarksgame.alioth.debian.org/u32/compare.php?lang=node&l[详细]
2023-03-27 15:11 分类:问答How to receive simple one-line user input with nodeJS?
I want to run a nodeJS application with my own very simple console, so my question is how can I achieve it in a straightfor开发者_开发问答ward way (typical of any programming language).[详细]
2023-03-27 06:49 分类:问答
加载中,请稍侯......