26 #ifndef __TERRALIB_BINDING_V8_COMMON_INTERNAL_JSOBJECT_H 27 #define __TERRALIB_BINDING_V8_COMMON_INTERNAL_JSOBJECT_H 72 #endif // __TERRALIB_BINDING_V8_COMMON_INTERNAL_JSOBJECT_H T * m_handle
A pointer to a C++ object.
~JsObject()
The destructor will check if it is necessary to release the C++ object handle.
JsObject(T *handle, bool isOwner)
Initializes a new garbage collection helper object.
An auxiliary data structure for helping to control the garbage collection of wrapped C++ objects asso...
bool m_isOwner
If true it specifies that JsObject has the ownership of the C++ handle.