v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
EscapableHandleScope Class Reference

#include <v8.h>

Inheritance diagram for EscapableHandleScope:
Collaboration diagram for EscapableHandleScope:

Public Member Functions

 EscapableHandleScope (Isolate *isolate)
 
V8_INLINE ~EscapableHandleScope ()
 
template<class T >
V8_INLINE Local< TEscape (Local< T > value)
 
- Public Member Functions inherited from HandleScope
 HandleScope (Isolate *isolate)
 
 ~HandleScope ()
 
V8_INLINE IsolateGetIsolate () const
 

Additional Inherited Members

- Static Public Member Functions inherited from HandleScope
static int NumberOfHandles (Isolate *isolate)
 
- Protected Member Functions inherited from HandleScope
V8_INLINE HandleScope ()
 
void Initialize (Isolate *isolate)
 
- Static Protected Member Functions inherited from HandleScope
static internal::Object ** CreateHandle (internal::Isolate *isolate, internal::Object *value)
 

Detailed Description

A HandleScope which first allocates a handle in the current scope which will be later filled with the escape value.

Definition at line 882 of file v8.h.

Constructor & Destructor Documentation

EscapableHandleScope ( Isolate isolate)

Definition at line 629 of file api.cc.

References HandleScope::CreateHandle(), Isolate::heap(), and HandleScope::Initialize().

Definition at line 885 of file v8.h.

Member Function Documentation


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