v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::PageAllocator::SharedMemoryMapping Class Referenceabstract

#include <v8-platform.h>

Inheritance diagram for v8::PageAllocator::SharedMemoryMapping:
Collaboration diagram for v8::PageAllocator::SharedMemoryMapping:

Public Member Functions

virtual ~SharedMemoryMapping ()=default
 
virtual void * GetMemory () const =0
 

Detailed Description

INTERNAL ONLY: This interface has not been stabilised and may change without notice from one release to another without being deprecated first.

Definition at line 572 of file v8-platform.h.

Constructor & Destructor Documentation

◆ ~SharedMemoryMapping()

virtual v8::PageAllocator::SharedMemoryMapping::~SharedMemoryMapping ( )
virtualdefault

Reimplemented in v8::base::SharedMemoryMapping.

Member Function Documentation

◆ GetMemory()

virtual void * v8::PageAllocator::SharedMemoryMapping::GetMemory ( ) const
pure virtual

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