v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
indirect-pointer.h File Reference
Include dependency graph for indirect-pointer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Functions

V8_INLINE void v8::internal::InitSelfIndirectPointerField (Address field_address, IsolateForSandbox isolate, Tagged< HeapObject > host, IndirectPointerTag tag, TrustedPointerPublishingScope *opt_publishing_scope)
 
template<IndirectPointerTag tag>
V8_INLINE Tagged< Objectv8::internal::ReadIndirectPointerField (Address field_address, IsolateForSandbox isolate, AcquireLoadTag)
 
template<IndirectPointerTag tag>
V8_INLINE void v8::internal::WriteIndirectPointerField (Address field_address, Tagged< ExposedTrustedObject > value, ReleaseStoreTag)