![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <optional>#include "src/common/checks.h"#include "src/execution/isolate.h"#include "src/objects/descriptor-array.h"#include "src/objects/elements-kind.h"#include "src/objects/map.h"#include "src/objects/maybe-object.h"#include "src/objects/name.h"#include "src/objects/objects.h"#include "src/objects/object-macros.h"#include "src/objects/object-macros-undef.h"Go to the source code of this file.
Classes | |
| struct | v8::internal::SideStepTransition |
| class | v8::internal::TransitionsAccessor |
| class | v8::internal::TransitionArray |
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Typedefs | |
| using | v8::internal::ForEachTransitionCallback = std::function<void(Tagged<Map>)> |
Functions | |
| std::ostream & | v8::internal::operator<< (std::ostream &os, SideStepTransition::Kind sidestep) |