RESOLVED FIXED 71306
De-virtualize JSObject::getPropertyNames
https://bugs.webkit.org/show_bug.cgi?id=71306
Summary De-virtualize JSObject::getPropertyNames
Mark Hahnenberg
Reported 2011-11-01 11:07:40 PDT
We're de-virtualizing JSObject. getPropertyNames is a virtual method in JSObject. Thus, we need to de-virtualize getPropertyNames. We'll put it in the MethodTable.
Attachments
Patch (28.60 KB, patch)
2011-11-01 16:12 PDT, Mark Hahnenberg
darin: review+
webkit-ews: commit-queue-
Mark Hahnenberg
Comment 1 2011-11-01 16:12:55 PDT
Early Warning System Bot
Comment 2 2011-11-01 16:46:43 PDT
Mark Hahnenberg
Comment 3 2011-11-03 18:34:19 PDT
Note You need to log in before you can comment on or make changes to this bug.