![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <cstdint>#include "src/base/atomic-utils.h"#include "src/common/globals.h"#include "src/heap/marking-worklist.h"#include "src/objects/heap-object.h"Go to the source code of this file.
Classes | |
| class | v8::internal::MarkBit |
| class | v8::internal::MarkingBitmap |
| struct | v8::internal::MarkingHelper |
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Functions | |
| template<> | |
| bool | v8::internal::MarkBit::Set< AccessMode::NON_ATOMIC > () |
| template<> | |
| bool | v8::internal::MarkBit::Set< AccessMode::ATOMIC > () |
| template<> | |
| bool | v8::internal::MarkBit::Get< AccessMode::NON_ATOMIC > () const |
| template<> | |
| bool | v8::internal::MarkBit::Get< AccessMode::ATOMIC > () const |