Loading...
Searching...
No Matches
Public Member Functions | List of all members
v8::EscapableHandleScope Class Reference

#include <v8-local-handle.h>

Inheritance diagram for v8::EscapableHandleScope:
[legend]
Collaboration diagram for v8::EscapableHandleScope:
[legend]

Public Member Functions

 EscapableHandleScope (Isolate *isolate)
 
 ~EscapableHandleScope ()=default
 
template<class T >
Local< T > Escape (Local< T > value)
 
template<class T >
MaybeLocal< T > EscapeMaybe (MaybeLocal< T > value)
 
- Public Member Functions inherited from v8::EscapableHandleScopeBase
 EscapableHandleScopeBase (Isolate *isolate)
 
 ~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 ()
 
IsolateGetIsolate () 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::AddressCreateHandleForCurrentIsolate (internal::Address value)
 
- Protected Member Functions inherited from v8::EscapableHandleScopeBase
internal::AddressEscapeSlot (internal::Address *escape_value)
 
- Protected Member Functions inherited from v8::HandleScope
 HandleScope ()=default
 
void Initialize (Isolate *isolate)
 
- Static Protected Member Functions inherited from v8::HandleScope
static internal::AddressCreateHandle (internal::Isolate *i_isolate, internal::Address value)
 

Detailed Description

Examples
process.cc.

Constructor & Destructor Documentation

◆ EscapableHandleScope()

v8::EscapableHandleScope::EscapableHandleScope ( Isolate isolate)
inlineexplicit

◆ ~EscapableHandleScope()

v8::EscapableHandleScope::~EscapableHandleScope ( )
inlinedefault

Member Function Documentation

◆ Escape()

template<class T >
Local< T > v8::EscapableHandleScope::Escape ( Local< T >  value)
inline
Here is the call graph for this function:

◆ EscapeMaybe()

template<class T >
MaybeLocal< T > v8::EscapableHandleScope::EscapeMaybe ( MaybeLocal< T >  value)
inline
Here is the call graph for this function:

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