|
Node.js
v8.x
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine
|
#include "node.h"#include "node_i18n.h"#include "env.h"#include "env-inl.h"#include "util.h"#include "util-inl.h"#include "node_debug_options.h"Go to the source code of this file.
Namespaces | |
| node | |
Macros | |
| #define | READONLY_BOOLEAN_PROPERTY(str) |
| #define | READONLY_PROPERTY(obj, name, value) |
| #define READONLY_BOOLEAN_PROPERTY | ( | str | ) |
Definition at line 27 of file node_config.cc.
| #define READONLY_PROPERTY | ( | obj, | |
| name, | |||
| value | |||
| ) |
Definition at line 34 of file node_config.cc.