Have a KnownObjectUse UseKind
https://bugs.webkit.org/show_bug.cgi?id=175689
Summary Have a KnownObjectUse UseKind
Robin Morisset
Reported 2017-08-17 15:01:31 PDT
Currently we have CellUse, KnownCellUse and ObjectUse. So when we know for sure that we receive an object (such as the current scope), we must choose between KnownCellUse and ObjectUse, neither of which is perfectly adapted.
Attachments
Note You need to log in before you can comment on or make changes to this bug.