Missing commit

This commit is contained in:
Jarred Sumner
2022-12-05 14:11:05 -08:00
parent 5ea278e1c6
commit 84634117a9

View File

@@ -46,6 +46,8 @@ public:
bool contains(const JSC::Identifier& eventType) const { return find(eventType); }
bool containsActive(const JSC::Identifier& eventType) const;
const Vector<std::pair<JSC::Identifier, SimpleEventListenerVector>>& entries() const { return m_entries; }
void clear();
void replace(const JSC::Identifier& eventType, EventListener& oldListener, Ref<EventListener>&& newListener, bool once);