Node.js  v8.x
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine
node_os.cc File Reference
#include "node.h"
#include "v8.h"
#include "env.h"
#include "env-inl.h"
#include "string_bytes.h"
#include <errno.h>
#include <string.h>
Include dependency graph for node_os.cc:

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)
 

Macro Definition Documentation

◆ MAXHOSTNAMELEN

#define MAXHOSTNAMELEN   256

Definition at line 45 of file node_os.cc.