Node.js
v8.x
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine
|
#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"
Go to the source code of this file.
Namespaces | |
node | |
node::loader | |
Functions | |
URL | Resolve (std::string specifier, URL *base, bool read_pkg_json) |
bool failed = true |
Definition at line 327 of file module_wrap.cc.
uv_file file |
Definition at line 328 of file module_wrap.cc.
Referenced by node::loader::Resolve(), and node::crypto::UseExtraCaCerts().
bool had_error = false |
Definition at line 305 of file module_wrap.cc.
std::string source |
Definition at line 306 of file module_wrap.cc.
Referenced by node::AppendExceptionLine().