[JSC] Update Graph::needsFlushedThis
Created attachment 419177 [details] Patch
<rdar://problem/70373862>
Discussed with Saam. We should insert PhantomLocal instead to make liveness correct.
Created attachment 419181 [details] Patch
Comment on attachment 419181 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=419181&action=review > Source/JavaScriptCore/dfg/DFGVariableAccessDataDump.cpp:58 > + } while (index); This is just for fixing formatting of VariableAccessData. Previously, if index = 0 (|this|), it does not dump unbox info etc.
Created attachment 419184 [details] Patch
Comment on attachment 419184 [details] Patch Nice. r=me
Committed r272349: <https://trac.webkit.org/changeset/272349> All reviewed patches have been landed. Closing bug and clearing flags on attachment 419184 [details].
*** Bug 222152 has been marked as a duplicate of this bug. ***
*** Bug 224354 has been marked as a duplicate of this bug. ***