![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <read-only-spaces.h>
Public Member Functions | |
ExternalPointerRegistryEntry (ExternalPointerHandle handle, Address value, ExternalPointerTag tag) | |
Public Attributes | |
ExternalPointerHandle | handle |
Address | value |
ExternalPointerTag | tag |
Definition at line 107 of file read-only-spaces.h.
|
inline |
Definition at line 108 of file read-only-spaces.h.
ExternalPointerHandle v8::internal::ReadOnlyArtifacts::ExternalPointerRegistryEntry::handle |
Definition at line 111 of file read-only-spaces.h.
ExternalPointerTag v8::internal::ReadOnlyArtifacts::ExternalPointerRegistryEntry::tag |
Definition at line 113 of file read-only-spaces.h.
Address v8::internal::ReadOnlyArtifacts::ExternalPointerRegistryEntry::value |
Definition at line 112 of file read-only-spaces.h.