| 423 | } |
| 424 | |
| 425 | void PyBytesProxyHandler::finalize(JS::GCContext *gcx, JSObject *proxy) const { |
| 426 | PyObjectProxyHandler::finalize(gcx, proxy); |
| 427 | |
| 428 | JS::PersistentRootedObject *arrayBuffer = JS::GetMaybePtrFromReservedSlot<JS::PersistentRootedObject>(proxy, OtherSlot); |
| 429 | delete arrayBuffer; |
| 430 | } |
nothing calls this directly
no outgoing calls
no test coverage detected