![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/heap/heap.h"#include "src/heap/read-only-heap.h"#include "src/heap/safepoint.h"#include "src/objects/objects.h"Go to the source code of this file.
Classes | |
| class | v8::internal::CombinedHeapObjectIterator |
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Functions | |
| V8_WARN_UNUSED_RESULT bool | v8::internal::IsValidHeapObject (Heap *heap, Tagged< HeapObject > object) |
| V8_WARN_UNUSED_RESULT bool | v8::internal::IsValidCodeObject (Heap *heap, Tagged< HeapObject > object) |