![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/common/globals.h"#include "src/compiler/common-operator.h"#include "src/compiler/js-heap-broker.h"#include "src/compiler/js-operator.h"#include "src/compiler/machine-graph.h"#include "src/compiler/turbofan-graph.h"#include "src/execution/isolate.h"#include "src/objects/oddball.h"Go to the source code of this file.
Classes | |
| class | v8::internal::compiler::JSGraph |
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
| namespace | v8::internal::compiler |
Macros | |
| #define | CACHED_GLOBAL_LIST(V) |
| #define | DECLARE_GETTER(name, Type) |
| #define | CACHED_CENTRY_LIST(V) |
| #define | DECLARE_FIELD(name, ...) |
| #define CACHED_CENTRY_LIST | ( | V | ) |
Definition at line 160 of file js-graph.h.
| #define CACHED_GLOBAL_LIST | ( | V | ) |
Definition at line 113 of file js-graph.h.
| #define DECLARE_FIELD | ( | name, | |
| ... ) |
Definition at line 167 of file js-graph.h.
| #define DECLARE_GETTER | ( | name, | |
| Type ) |
Definition at line 151 of file js-graph.h.