#include <nan.h>
Classes | |
struct | RValue |
Public Member Functions | |
Global () | |
template<typename S > | |
Global (v8::Local< S > that) | |
template<typename S > | |
Global (const PersistentBase< S > &that) | |
Global (RValue rvalue) | |
operator RValue () | |
template<typename S > | |
Global & | operator= (Global< S > rhs) |
Global | Pass () |
~Global () | |
Private Member Functions | |
Global (Global &) | |
void | operator= (Global &) |
Friends | |
class | ReturnValue |
Nan::Global< T >::Global | ( | ) | [inline] |
Nan::Global< T >::Global | ( | v8::Local< S > | that | ) | [inline] |
Nan::Global< T >::Global | ( | const PersistentBase< S > & | that | ) | [inline] |
Nan::Global< T >::Global | ( | RValue | rvalue | ) | [inline] |
Nan::Global< T >::~Global | ( | ) | [inline] |
Nan::Global< T >::Global | ( | Global< T > & | ) | [private] |
Nan::Global< T >::operator RValue | ( | ) | [inline] |
Global& Nan::Global< T >::operator= | ( | Global< S > | rhs | ) | [inline] |
void Nan::Global< T >::operator= | ( | Global< T > & | ) | [private] |
Global Nan::Global< T >::Pass | ( | ) | [inline] |
friend class ReturnValue [friend] |
Reimplemented from Nan::PersistentBase< T >.