![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <v8-local-handle.h>
Public Member Functions | |
EscapableHandleScopeBase (Isolate *isolate) | |
V8_INLINE | ~EscapableHandleScopeBase ()=default |
EscapableHandleScopeBase (const EscapableHandleScopeBase &)=delete | |
void | operator= (const EscapableHandleScopeBase &)=delete |
void * | operator new (size_t size)=delete |
void * | operator new[] (size_t size)=delete |
void | operator delete (void *, size_t)=delete |
void | operator delete[] (void *, size_t)=delete |
![]() | |
HandleScope (Isolate *isolate) | |
~HandleScope () | |
V8_INLINE Isolate * | GetIsolate () const |
HandleScope (const HandleScope &)=delete | |
void | operator= (const HandleScope &)=delete |
Protected Member Functions | |
internal::Address * | EscapeSlot (internal::Address *escape_value) |
![]() | |
V8_INLINE | HandleScope ()=default |
void | Initialize (Isolate *isolate) |
Private Attributes | |
internal::Address * | escape_slot_ |
Additional Inherited Members | |
![]() | |
static int | NumberOfHandles (Isolate *isolate) |
static internal::Address * | CreateHandleForCurrentIsolate (internal::Address value) |
![]() | |
static internal::Address * | CreateHandle (internal::Isolate *i_isolate, internal::Address value) |
A HandleScope which first allocates a handle in the current scope which will be later filled with the escape value.
Definition at line 715 of file v8-local-handle.h.
|
explicit |
|
default |
|
delete |
|
protected |
|
delete |
|
delete |
|
delete |
|
delete |
|
delete |
|
private |
Definition at line 735 of file v8-local-handle.h.