RESOLVED FIXED 71305
De-virtualize JSObject::lookupSetter
https://bugs.webkit.org/show_bug.cgi?id=71305
Summary De-virtualize JSObject::lookupSetter
Mark Hahnenberg
Reported 2011-11-01 11:06:48 PDT
We're de-virtualizing JSObject. lookupSetter is a virtual method in JSObject. Thus, we need to de-virtualize lookupSetter. We'll put it in the MethodTable.
Attachments
Patch (15.08 KB, patch)
2011-11-01 15:46 PDT, Mark Hahnenberg
darin: review+
Mark Hahnenberg
Comment 1 2011-11-01 15:46:58 PDT
Mark Hahnenberg
Comment 2 2011-11-02 15:53:30 PDT
I believe Sam took care of this one in bug 71336.
Note You need to log in before you can comment on or make changes to this bug.