![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/snapshot/startup-serializer.h"
#include "src/execution/v8threads.h"
#include "src/handles/global-handles-inl.h"
#include "src/heap/heap-inl.h"
#include "src/heap/read-only-heap.h"
#include "src/objects/contexts.h"
#include "src/objects/objects-inl.h"
#include "src/objects/slots.h"
#include "src/snapshot/read-only-serializer.h"
#include "src/snapshot/shared-heap-serializer.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
|
private |
Definition at line 58 of file startup-serializer.cc.
|
private |
Definition at line 57 of file startup-serializer.cc.
|
private |
Definition at line 56 of file startup-serializer.cc.