Node.js
v8.x
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine
|
#include "node.h"
#include "v8.h"
#include "env.h"
#include "env-inl.h"
#include "string_bytes.h"
#include <errno.h>
#include <string.h>
Go to the source code of this file.
Namespaces | |
node | |
node::os | |
Macros | |
#define | MAXHOSTNAMELEN 256 |
Functions | |
void | Initialize (Local< Object > target, Local< Value > unused, Local< Context > context) |
#define MAXHOSTNAMELEN 256 |
Definition at line 45 of file node_os.cc.