![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <pointer-policies.h>
Classes | |
| struct | CheckPointersImplTrampoline |
| struct | CheckPointersImplTrampoline< T, true > |
Protected Member Functions | |
| template<typename T > | |
| V8_INLINE void | CheckPointer (RawPointer raw_pointer) |
| template<typename T > | |
| void | CheckPointer (const T *ptr) |
Additional Inherited Members | |
Private Member Functions inherited from cppgc::internal::SameThreadEnabledCheckingPolicyBase | |
| void | CheckPointerImpl (const void *ptr, bool points_to_payload, bool check_off_heap_assignments) |
Private Attributes inherited from cppgc::internal::SameThreadEnabledCheckingPolicyBase | |
| const HeapBase * | heap_ = nullptr |
Definition at line 130 of file pointer-policies.h.
|
inlineprotected |
Definition at line 152 of file pointer-policies.h.
|
inlineprotected |