![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <optional>#include <vector>#include "src/builtins/builtins.h"#include "src/codegen/source-position.h"#include "src/deoptimizer/deoptimize-reason.h"#include "src/deoptimizer/frame-description.h"#include "src/deoptimizer/translated-state.h"#include "src/diagnostics/code-tracer.h"#include "src/objects/js-function.h"Go to the source code of this file.
Classes | |
| class | v8::internal::Deoptimizer |
| struct | v8::internal::Deoptimizer::DeoptInfo |
| struct | v8::internal::Deoptimizer::ValueToMaterialize |
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
| namespace | v8::internal::wasm |