RESOLVED FIXED 204832
[JSC] Remove m_sharingMode field from JSArrayBufferPrototype and make it plain object
https://bugs.webkit.org/show_bug.cgi?id=204832
Summary [JSC] Remove m_sharingMode field from JSArrayBufferPrototype and make it plai...
Yusuke Suzuki
Reported 2019-12-03 18:56:44 PST
[JSC] Remove m_sharingMode field from JSArrayBufferPrototype and make it plain object
Attachments
Patch (3.77 KB, patch)
2019-12-03 18:57 PST, Yusuke Suzuki
no flags
Patch (4.53 KB, patch)
2019-12-03 19:10 PST, Yusuke Suzuki
saam: review+
Yusuke Suzuki
Comment 1 2019-12-03 18:57:20 PST
Yusuke Suzuki
Comment 2 2019-12-03 19:10:53 PST
Saam Barati
Comment 3 2019-12-04 08:19:06 PST
Comment on attachment 384781 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=384781&action=review > Source/JavaScriptCore/ChangeLog:8 > + m_sharingMode field is not necessary. Just remove it and make JSArrayBufferPrototype a plain object. What do you mean by a plain object here?
Yusuke Suzuki
Comment 4 2019-12-04 10:37:22 PST
Comment on attachment 384781 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=384781&action=review >> Source/JavaScriptCore/ChangeLog:8 >> + m_sharingMode field is not necessary. Just remove it and make JSArrayBufferPrototype a plain object. > > What do you mean by a plain object here? I mean, making the layout same to JSNonFinalObject.
Yusuke Suzuki
Comment 5 2019-12-04 10:39:35 PST
Radar WebKit Bug Importer
Comment 6 2019-12-04 10:40:23 PST
Note You need to log in before you can comment on or make changes to this bug.