RESOLVED FIXED 120093
Remove getOwnPropertyDescriptor trap
https://bugs.webkit.org/show_bug.cgi?id=120093
Summary Remove getOwnPropertyDescriptor trap
Gavin Barraclough
Reported 2013-08-20 14:56:45 PDT
All implementations of this method are now called via the method table, and equivalent in behaviour. Remove all duplicate implementations (and the method table trap), and add a single member function implementation on JSObject.
Attachments
Fix (106.68 KB, patch)
2013-08-20 15:17 PDT, Gavin Barraclough
webkit-ews: commit-queue-
Complete patch! (109.00 KB, patch)
2013-08-20 15:32 PDT, Gavin Barraclough
ggaren: review+
Gavin Barraclough
Comment 1 2013-08-20 15:17:52 PDT
Early Warning System Bot
Comment 2 2013-08-20 15:29:17 PDT
Gavin Barraclough
Comment 3 2013-08-20 15:32:32 PDT
Created attachment 209234 [details] Complete patch!
Geoffrey Garen
Comment 4 2013-08-20 16:37:30 PDT
Comment on attachment 209234 [details] Complete patch! r=me
Gavin Barraclough
Comment 5 2013-08-20 16:46:12 PDT
Committed revision 154373.
Alexey Shvayka
Comment 6 2021-05-15 11:10:03 PDT
*** Bug 107420 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.