![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <v8-platform.h>
Public Member Functions | |
virtual | ~SharedMemory ()=default |
virtual std::unique_ptr< SharedMemoryMapping > | RemapTo (void *new_address) const =0 |
virtual void * | GetMemory () const =0 |
virtual size_t | GetSize () const =0 |
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 584 of file v8-platform.h.
|
virtualdefault |
Reimplemented in v8::base::SharedMemory.
|
pure virtual |
Implemented in v8::base::SharedMemory.
|
pure virtual |
Implemented in v8::base::SharedMemory.
|
pure virtual |