![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <marking-verifier.h>
Public Member Functions | |
void | VerifyMarked (const void *) const |
void | SetCurrentParent (const HeapObjectHeader *header) |
bool | IsParentOnStack () const |
Protected Attributes | |
const HeapObjectHeader * | parent_ = nullptr |
Definition at line 21 of file marking-verifier.h.
|
inline |
|
inline |
void cppgc::internal::VerificationState::VerifyMarked | ( | const void * | base_object_payload | ) | const |
Definition at line 21 of file marking-verifier.cc.
|
protected |
Definition at line 30 of file marking-verifier.h.