| 215 | static const bool kResetInDestructor = true; |
| 216 | template <typename S, typename M> |
| 217 | static NAN_INLINE void Copy(const v8::Persistent<S, M> &source, |
| 218 | CopyablePersistent *dest) { |
| 219 | } |
| 220 | }; |
| 221 | #else |
| 222 | template<typename T> |
nothing calls this directly
no outgoing calls
no test coverage detected