Node.js  v8.x
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine
module_wrap.cc File Reference
#include <algorithm>
#include <limits.h>
#include <sys/stat.h>
#include "module_wrap.h"
#include "env.h"
#include "node_url.h"
#include "util.h"
#include "util-inl.h"
Include dependency graph for module_wrap.cc:

Go to the source code of this file.

Namespaces

 node
 
 node::loader
 

Functions

URL Resolve (std::string specifier, URL *base, bool read_pkg_json)
 

Variable Documentation

◆ failed

bool failed = true

Definition at line 327 of file module_wrap.cc.

◆ file

uv_file file

Definition at line 328 of file module_wrap.cc.

Referenced by node::loader::Resolve(), and node::crypto::UseExtraCaCerts().

◆ had_error

bool had_error = false

Definition at line 305 of file module_wrap.cc.

◆ source

std::string source

Definition at line 306 of file module_wrap.cc.

Referenced by node::AppendExceptionLine().