![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <deque>#include <memory>#include <optional>#include <unordered_map>#include <unordered_set>#include <vector>#include "include/v8-profiler.h"#include "src/base/platform/time.h"#include "src/execution/isolate.h"#include "src/objects/fixed-array.h"#include "src/objects/hash-table.h"#include "src/objects/heap-object.h"#include "src/objects/js-objects.h"#include "src/objects/literal-objects.h"#include "src/objects/objects.h"#include "src/objects/string.h"#include "src/objects/visitors.h"#include "src/profiler/strings-storage.h"#include "src/strings/string-hasher.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Typedefs | |
| using | v8::internal::HeapThing = void* |