![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/codegen/external-reference-encoder.h"#include "src/common/assert-scope.h"#include "src/execution/isolate.h"#include "src/handles/global-handles.h"#include "src/logging/log.h"#include "src/objects/abstract-code.h"#include "src/objects/bytecode-array.h"#include "src/objects/instruction-stream.h"#include "src/objects/objects.h"#include "src/snapshot/serializer-deserializer.h"#include "src/snapshot/snapshot-source-sink.h"#include "src/snapshot/snapshot.h"#include "src/utils/identity-map.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |