![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/snapshot/static-roots-gen.h"
#include <fstream>
#include "src/common/globals.h"
#include "src/common/ptr-compr-inl.h"
#include "src/execution/isolate.h"
#include "src/objects/instance-type-inl.h"
#include "src/objects/instance-type.h"
#include "src/objects/objects-definitions.h"
#include "src/objects/visitors.h"
#include "src/roots/roots-inl.h"
#include "src/roots/roots.h"
Go to the source code of this file.
Classes | |
class | v8::internal::StaticRootsTableGenImpl |
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Macros | |
#define | ADD_ROOT(_, value, CamelName) |
#define | ENTRY(_1, _2, CamelName) |
#define ADD_ROOT | ( | _, | |
value, | |||
CamelName ) |
#define ENTRY | ( | _1, | |
_2, | |||
CamelName ) |