| 1219 | |
| 1220 | protected: |
| 1221 | void finalize_impl(JS::GCContext*, JSObject* obj) { |
| 1222 | static_cast<Instance*>(this)->remove_associated_memory(obj); |
| 1223 | delete static_cast<Instance*>(this); |
| 1224 | } |
| 1225 | |
| 1226 | void add_associated_memory(JSObject*) { } |
| 1227 | void remove_associated_memory(JSObject*) { } |
no test coverage detected