![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <code-memory-access.h>
Public Member Functions | |
| V8_EXPORT_PRIVATE | RwxMemoryWriteScopeForTesting () |
| V8_EXPORT_PRIVATE | ~RwxMemoryWriteScopeForTesting () |
| RwxMemoryWriteScopeForTesting (const RwxMemoryWriteScopeForTesting &)=delete | |
| RwxMemoryWriteScopeForTesting & | operator= (const RwxMemoryWriteScopeForTesting &)=delete |
Public Member Functions inherited from v8::internal::RwxMemoryWriteScope | |
| V8_INLINE | RwxMemoryWriteScope (const char *comment) |
| V8_INLINE | ~RwxMemoryWriteScope () |
| RwxMemoryWriteScope (const RwxMemoryWriteScope &)=delete | |
| RwxMemoryWriteScope & | operator= (const RwxMemoryWriteScope &)=delete |
Additional Inherited Members | |
Static Public Member Functions inherited from v8::internal::RwxMemoryWriteScope | |
| static V8_INLINE bool | IsSupported () |
Definition at line 618 of file code-memory-access.h.
| v8::internal::RwxMemoryWriteScopeForTesting::RwxMemoryWriteScopeForTesting | ( | ) |
Definition at line 43 of file code-memory-access.cc.
| v8::internal::RwxMemoryWriteScopeForTesting::~RwxMemoryWriteScopeForTesting | ( | ) |
Definition at line 46 of file code-memory-access.cc.
|
delete |
|
delete |