| 207 | #if (NODE_MODULE_VERSION > NODE_0_10_MODULE_VERSION) |
| 208 | template<typename T> |
| 209 | class NonCopyablePersistentTraits : |
| 210 | public v8::NonCopyablePersistentTraits<T> {}; |
| 211 | #if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 10 || \ |
| 212 | (V8_MAJOR_VERSION == 10 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION >= 5)) |
| 213 | template<typename T> struct CopyablePersistentTraits { |
nothing calls this directly
no outgoing calls
no test coverage detected