[Webkit-unassigned] [Bug 223613] JSGlobalObject's m_customGetterFunctionMap and m_customSetterFunctionMap should be sets, not maps, and should use both the identifier and function pointer as the key

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 22 17:47:34 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=223613

--- Comment #6 from Alexey Shvayka <shvaikalesh at gmail.com> ---
(In reply to Alexey Shvayka from comment #5)
> I might be totally missing something obvious, but is it possible to do that
> quickly with HashSet<Weak<JSCustomGetterFunction>, CustomHashTraits>,
> without iterating all the entries?

Oh, I see, we can use CustomHashTraits for that.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210323/e2ce6439/attachment.htm>


More information about the webkit-unassigned mailing list