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

Go to the source code of this file.

Namespaces

 node
 

Macros

#define V(name, _)
 

Macro Definition Documentation

◆ V

#define V (   name,
 
)
Value:
target->Set(FIXED_ONE_BYTE_STRING(env->isolate(), "UV_" # name), \
Integer::New(env->isolate(), UV_ ## name));
MaybeLocal< Object > New(Isolate *isolate, Local< String > string, enum encoding enc)
Definition: node_buffer.cc:241