The hybridmethod decorator is similar to the classmethod decorator, except that a hybridmethod can differentiate between it's caller being an instance of a class and it's caller being a type object.
<rdar://problem/78230701>
Created attachment 429111 [details] Patch
Created attachment 434477 [details] Patch
Comment on attachment 434477 [details] Patch r=me
Created attachment 434489 [details] Patch for landing
Committed r280413 (240053@main): <https://commits.webkit.org/240053@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 434489 [details].