![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <api-inl.h>
Public Member Functions | |
| InternalEscapableScope (i::Isolate *isolate) | |
| template<class T > | |
| V8_INLINE Local< T > | Escape (Local< T > value) |
| template<class T > | |
| V8_INLINE MaybeLocal< T > | EscapeMaybe (MaybeLocal< T > maybe_value) |
Public Member Functions inherited from v8::EscapableHandleScopeBase | |
| 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 |
Public Member Functions inherited from v8::HandleScope | |
| HandleScope (Isolate *isolate) | |
| ~HandleScope () | |
| V8_INLINE Isolate * | GetIsolate () const |
| HandleScope (const HandleScope &)=delete | |
| void | operator= (const HandleScope &)=delete |
Additional Inherited Members | |
Static Public Member Functions inherited from v8::HandleScope | |
| static int | NumberOfHandles (Isolate *isolate) |
| static internal::Address * | CreateHandleForCurrentIsolate (internal::Address value) |
Protected Member Functions inherited from v8::EscapableHandleScopeBase | |
| internal::Address * | EscapeSlot (internal::Address *escape_value) |
Protected Member Functions inherited from v8::HandleScope | |
| V8_INLINE | HandleScope ()=default |
| void | Initialize (Isolate *isolate) |
Static Protected Member Functions inherited from v8::HandleScope | |
| static internal::Address * | CreateHandle (internal::Isolate *i_isolate, internal::Address value) |
|
inlineexplicit |
|
inline |