| 3164 | namespace imp { |
| 3165 | |
| 3166 | template <typename T> struct Maybefier; |
| 3167 | |
| 3168 | template <typename T> struct Maybefier<v8::Local<T> > { |
| 3169 | inline static MaybeLocal<T> convert(v8::Local<T> v) { |
nothing calls this directly
no outgoing calls
no test coverage detected