![]() |
v8
5.5.372 (node 7.10.1)
V8 is Google's open source JavaScript engine
|
#include <v8.h>


Public Member Functions | |
| EscapableHandleScope (Isolate *isolate) | |
| V8_INLINE | ~EscapableHandleScope () |
| template<class T > | |
| V8_INLINE Local< T > | Escape (Local< T > value) |
| EscapableHandleScope (const EscapableHandleScope &)=delete | |
| void | operator= (const EscapableHandleScope &)=delete |
| void * | operator new (size_t size)=delete |
| void | operator delete (void *, size_t)=delete |
Public Member Functions inherited from HandleScope | |
| HandleScope (Isolate *isolate) | |
| ~HandleScope () | |
| V8_INLINE Isolate * | GetIsolate () const |
| HandleScope (const HandleScope &)=delete | |
| void | operator= (const HandleScope &)=delete |
| void * | operator new (size_t size)=delete |
| void | operator delete (void *, size_t)=delete |
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) |
A HandleScope which first allocates a handle in the current scope which will be later filled with the escape value.
|
explicit |
|
inline |
|
delete |
Pushes the value into the previous scope and returns a handle to it. Cannot be called twice.
Definition at line 948 of file v8.h.
References Local< T >::Local.
|
delete |
|
delete |
|
delete |