![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <utility>#include <vector>#include "src/base/macros.h"#include "src/common/globals.h"#include "src/execution/local-isolate.h"#include "src/handles/global-handles.h"#include "src/objects/allocation-site.h"#include "src/objects/api-callbacks.h"#include "src/objects/backing-store.h"#include "src/objects/code.h"#include "src/objects/map.h"#include "src/objects/objects.h"#include "src/objects/string-table.h"#include "src/objects/string.h"#include "src/snapshot/serializer-deserializer.h"#include "src/snapshot/snapshot-source-sink.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Macros | |
| #define | V8_CODE_EMBEDS_OBJECT_POINTER 0 |
Enumerations | |
| enum class | v8::internal::DeserializingUserCodeOption { v8::internal::kNotDeserializingUserCode , v8::internal::kIsDeserializingUserCode } |
| #define V8_CODE_EMBEDS_OBJECT_POINTER 0 |
Definition at line 39 of file deserializer.h.