Go to the source code of this file.
Namespaces | |
namespace | imp |
Functions | |
template<typename T > | |
v8::Local< T > | New (v8::Handle< T > h) |
template<typename T > | |
v8::Local< T > | New (v8::Persistent< T > const &p) |
template<typename T , typename M > | |
v8::Local< T > | New (Persistent< T, M > const &p) |
template<typename T > | |
v8::Local< T > | New (Global< T > const &p) |
v8::Local<T> New | ( | v8::Handle< T > | h | ) | [inline] |
Definition at line 245 of file nan_implementation_pre_12_inl.h.
v8::Local<T> New | ( | v8::Persistent< T > const & | p | ) | [inline] |
Definition at line 250 of file nan_implementation_pre_12_inl.h.
v8::Local<T> New | ( | Persistent< T, M > const & | p | ) | [inline] |
Definition at line 255 of file nan_implementation_pre_12_inl.h.
Definition at line 260 of file nan_implementation_pre_12_inl.h.