![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/ast/ast-value-factory.h"#include "src/common/globals.h"#include "src/handles/handles.h"#include "src/interpreter/bytecode-operands.h"#include "src/objects/smi.h"#include "src/zone/zone-containers.h"Go to the source code of this file.
Classes | |
| class | v8::internal::interpreter::ConstantArrayBuilder |
| class | v8::internal::interpreter::ConstantArrayBuilder::Entry |
| struct | v8::internal::interpreter::ConstantArrayBuilder::ConstantArraySlice |
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
| namespace | v8::internal::interpreter |
Macros | |
| #define | SINGLETON_CONSTANT_ENTRY_TYPES(V) |
| #define | INSERT_ENTRY(NAME, ...) |
| #define | CONSTRUCT_ENTRY(NAME, LOWER_NAME) |
| #define | ENTRY_TAG(NAME, ...) |
| #define | SINGLETON_ENTRY_FIELD(NAME, LOWER_NAME) |
| #define CONSTRUCT_ENTRY | ( | NAME, | |
| LOWER_NAME ) |
Definition at line 130 of file constant-array-builder.h.
| #define ENTRY_TAG | ( | NAME, | |
| ... ) |
Definition at line 187 of file constant-array-builder.h.
| #define INSERT_ENTRY | ( | NAME, | |
| ... ) |
Definition at line 76 of file constant-array-builder.h.
| #define SINGLETON_CONSTANT_ENTRY_TYPES | ( | V | ) |
Definition at line 25 of file constant-array-builder.h.
| #define SINGLETON_ENTRY_FIELD | ( | NAME, | |
| LOWER_NAME ) |
Definition at line 247 of file constant-array-builder.h.