|
Node.js
v8.x
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine
|
#include "node.h"#include "env.h"#include "env-inl.h"#include "util.h"#include "util-inl.h"#include "v8.h"Go to the source code of this file.
Namespaces | |
| node | |
Macros | |
| #define | HEAP_STATISTICS_PROPERTIES(V) |
| #define | V(a, b, c) +1 |
| #define | HEAP_SPACE_STATISTICS_PROPERTIES(V) |
| #define | V(a, b, c) +1 |
| #define | V(index, name, _) buffer[index] = static_cast<double>(s.name()); |
| #define | V(index, name, _) |
| #define | V(i, _, name) |
| #define | V(i, _, name) |
Functions | |
| void | CachedDataVersionTag (const FunctionCallbackInfo< Value > &args) |
| void | UpdateHeapStatisticsArrayBuffer (const FunctionCallbackInfo< Value > &args) |
| void | UpdateHeapSpaceStatisticsBuffer (const FunctionCallbackInfo< Value > &args) |
| void | SetFlagsFromString (const FunctionCallbackInfo< Value > &args) |
| void | InitializeV8Bindings (Local< Object > target, Local< Value > unused, Local< Context > context) |
| #define HEAP_SPACE_STATISTICS_PROPERTIES | ( | V | ) |
Definition at line 64 of file node_v8.cc.
Referenced by node::InitializeV8Bindings(), and node::UpdateHeapSpaceStatisticsBuffer().
| #define HEAP_STATISTICS_PROPERTIES | ( | V | ) |
Definition at line 48 of file node_v8.cc.
Referenced by node::InitializeV8Bindings(), and node::UpdateHeapStatisticsArrayBuffer().
| #define V | ( | a, | |
| b, | |||
| c | |||
| ) | +1 |
Definition at line 70 of file node_v8.cc.
Referenced by node::InitializeV8Bindings(), node::UpdateHeapSpaceStatisticsBuffer(), and node::UpdateHeapStatisticsArrayBuffer().
| #define V | ( | a, | |
| b, | |||
| c | |||
| ) | +1 |
Definition at line 70 of file node_v8.cc.
| #define V | ( | index, | |
| name, | |||
| _ | |||
| ) | buffer[index] = static_cast<double>(s.name()); |
Definition at line 70 of file node_v8.cc.
| #define V | ( | index, | |
| name, | |||
| _ | |||
| ) |
Definition at line 70 of file node_v8.cc.
| #define V | ( | i, | |
| _, | |||
| name | |||
| ) |
Definition at line 70 of file node_v8.cc.
| #define V | ( | i, | |
| _, | |||
| name | |||
| ) |
Definition at line 70 of file node_v8.cc.