v8
Retrieving a List of network interfaces in node.js (ioctl SIOCGIFCONF)
I\'m new to node and am hacking together a node application utilizing node_pcap to capture packet data and do interesting things with it.One of the inputs to capturing data is the network interface to[详细]
2023-04-13 09:26 分类:问答Linking To V8 Snapshot
I\'m trying to link to a V8 library (v8_base.lib) that I\'ve compiled in Visual Studio 2008 with the /MDd option. When I link to it from another library I get errors like:[详细]
2023-04-12 09:16 分类:问答Error compiling node for optware - libv8.a: could not read symbols: File in wrong format
Getting this error cross compiling node.js for optware (slug) on Ubuntu 11.10. /optware/cs05q1armel/builds/node/build/default/libv8.a(api.o): Relocations in generic ELF (EM: 3)[详细]
2023-04-11 15:43 分类:问答Having problems linking with v8 on windows
I\'m using Visual Studio 2010 on a 64-bit Windows 7 machine. I\'ve pulled v8 source from SVN, built it with no problems (wich arch=x64), but I still can\'t compile my project that tries to use v8.[详细]
2023-04-09 20:58 分类:问答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 have a Javascript class for sending emails, which has a method with this signature:[详细]
2023-04-06 12:02 分类:问答LESS compiler for PHP [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-04-05 22:05 分类:问答Does creating functions consume more memory
// Case A function Constructor() { this.foo = function() { ... }; ... } // vs // Case B function Constructor() {[详细]
2023-04-05 05:58 分类:问答How does V8 manage the memory of object instances?
http://code.google.com/apis/v8/design.html The above page explains the optimization technique v8 team uses to enable fast property access.[详细]
2023-04-04 14:01 分类:问答Are there HTML5 desktop app frameworks (like Titanium or Adobe AIR) that run on V8 or Rhino instead of JavaScriptCore?
Our product, a desktop app, is composed of a ton of HTML5 and JavaScript together with a thin platform-specific layer that is basically a WebKit shell. Since this is much the same strategy as a framew[详细]
2023-04-04 09:35 分类:问答Math.random() returns value greater than one?
While playing around with random numbers in JavaScript I discovered a surprising bug, presumably in the V8 JavaScript engine in Google Chrome.Consider:[详细]
2023-04-04 02:47 分类:问答