| 36 | } |
| 37 | |
| 38 | template <typename T> struct FactoryBase { |
| 39 | typedef v8::Local<T> return_t; |
| 40 | }; |
| 41 | |
| 42 | template <typename T> struct MaybeFactoryBase { |
| 43 | typedef MaybeLocal<T> return_t; |
nothing calls this directly
no outgoing calls
no test coverage detected