v8
10.1.124 (node 18.2.0)
V8 is Google's open source JavaScript engine
|
#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 467 of file v8-platform.h.
|
virtualdefault |
|
pure virtual |
|
pure virtual |
|
pure virtual |