| 1053 | template<class Ref> |
| 1054 | struct RefImpl : Ref, v8::Persistent<v8::Object> { |
| 1055 | RefImpl() = default; |
| 1056 | ~RefImpl() { |
| 1057 | stats.free(Stats::categorize(*this), this); |
| 1058 | v8::HandleScope handle_scope(this->isolate()); |
nothing calls this directly
no outgoing calls
no test coverage detected