| 117 | } |
| 118 | |
| 119 | static void Finalizer(const v8::WeakCallbackInfo<URLImpl> &data) { |
| 120 | auto *pThis = data.GetParameter(); |
| 121 | pThis->weakHandle_.Reset(); |
| 122 | delete pThis; |
| 123 | } |
| 124 | |
| 125 | private: |
| 126 | url_aggregator url_; |
nothing calls this directly
no test coverage detected