v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::wasm::CodeSpaceWriteScope Class Referencefinal

#include <code-space-access.h>

Collaboration diagram for v8::internal::wasm::CodeSpaceWriteScope:

Public Member Functions

V8_EXPORT_PRIVATE CodeSpaceWriteScope ()
 
 CodeSpaceWriteScope (const CodeSpaceWriteScope &)=delete
 
CodeSpaceWriteScopeoperator= (const CodeSpaceWriteScope &)=delete
 

Private Attributes

RwxMemoryWriteScope rwx_write_scope_
 

Detailed Description

Definition at line 43 of file code-space-access.h.

Constructor & Destructor Documentation

◆ CodeSpaceWriteScope() [1/2]

v8::internal::wasm::CodeSpaceWriteScope::CodeSpaceWriteScope ( )
explicit

Definition at line 11 of file code-space-access.cc.

◆ CodeSpaceWriteScope() [2/2]

v8::internal::wasm::CodeSpaceWriteScope::CodeSpaceWriteScope ( const CodeSpaceWriteScope & )
delete

Member Function Documentation

◆ operator=()

CodeSpaceWriteScope & v8::internal::wasm::CodeSpaceWriteScope::operator= ( const CodeSpaceWriteScope & )
delete

Member Data Documentation

◆ rwx_write_scope_

RwxMemoryWriteScope v8::internal::wasm::CodeSpaceWriteScope::rwx_write_scope_
private

Definition at line 53 of file code-space-access.h.


The documentation for this class was generated from the following files: