![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <slots.h>
Public Types | |
using | TObject = typename SlotT::TObject |
Public Member Functions | |
WriteProtectedSlot (WritableJitAllocation &jit_allocation, Address ptr) | |
TObject | Relaxed_Load () const |
TObject | Relaxed_Load (PtrComprCageBase cage_base) const |
void | Relaxed_Store (TObject value) const |
Private Attributes | |
WritableJitAllocation & | jit_allocation_ |
using v8::internal::WriteProtectedSlot< SlotT >::TObject = typename SlotT::TObject |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
Definition at line 469 of file slots-inl.h.
|
private |