| 13 | public v8::Persistent<T, M> { |
| 14 | public: |
| 15 | inline Persistent() : v8::Persistent<T, M>() {} |
| 16 | |
| 17 | template<typename S> inline Persistent(v8::Local<S> that) : |
| 18 | v8::Persistent<T, M>(v8::Isolate::GetCurrent(), that) {} |
nothing calls this directly
no outgoing calls
no test coverage detected