#include <nan.h>
Public Member Functions | |
HandleScope () | |
Static Public Member Functions | |
static int | NumberOfHandles () |
Private Member Functions | |
HandleScope (const HandleScope &) | |
void | operator delete (void *, size_t) |
void * | operator new (size_t size) |
void | operator= (const HandleScope &) |
Private Attributes | |
v8::HandleScope | scope |
Nan::HandleScope::HandleScope | ( | ) | [inline] |
Nan::HandleScope::HandleScope | ( | const HandleScope & | ) | [private] |
static int Nan::HandleScope::NumberOfHandles | ( | ) | [inline, static] |
void Nan::HandleScope::operator delete | ( | void * | , |
size_t | |||
) | [private] |
void* Nan::HandleScope::operator new | ( | size_t | size | ) | [private] |
void Nan::HandleScope::operator= | ( | const HandleScope & | ) | [private] |
v8::HandleScope Nan::HandleScope::scope [private] |