RESOLVED FIXED 214555
pluginElementCustomGetOwnPropertySlot() should support VMInquiry requests.
https://bugs.webkit.org/show_bug.cgi?id=214555
Summary pluginElementCustomGetOwnPropertySlot() should support VMInquiry requests.
Mark Lam
Reported 2020-07-20 09:42:27 PDT
Attachments
proposed patch. (8.59 KB, patch)
2020-07-24 21:25 PDT, Mark Lam
no flags
proposed patch. (9.93 KB, patch)
2020-07-24 21:37 PDT, Mark Lam
ysuzuki: review+
Mark Lam
Comment 1 2020-07-20 17:07:36 PDT
Mark Lam
Comment 2 2020-07-24 21:25:05 PDT
Created attachment 405220 [details] proposed patch.
Mark Lam
Comment 3 2020-07-24 21:37:20 PDT
Created attachment 405221 [details] proposed patch.
Yusuke Suzuki
Comment 4 2020-07-25 21:20:10 PDT
Comment on attachment 405221 [details] proposed patch. View in context: https://bugs.webkit.org/attachment.cgi?id=405221&action=review r=me > Source/JavaScriptCore/runtime/JSObjectInlines.h:136 > + if (slot.isVMInquiry() && slot.isTaintedByOpaqueObject()) Let's put `UNLIKELY`. > Source/JavaScriptCore/runtime/JSObjectInlines.h:179 > + if (slot.isVMInquiry() && slot.isTaintedByOpaqueObject()) Let's put UNLIKELY
Mark Lam
Comment 5 2020-07-25 22:12:06 PDT
Thanks for the review. I've applied the fixes. Landed in r264895: <http://trac.webkit.org/r264895>.
Note You need to log in before you can comment on or make changes to this bug.