WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
Patch
(4.53 KB, patch)
2019-12-03 19:10 PST
,
Yusuke Suzuki
saam
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Yusuke Suzuki
Comment 1
2019-12-03 18:57:20 PST
Created
attachment 384780
[details]
Patch
Yusuke Suzuki
Comment 2
2019-12-03 19:10:53 PST
Created
attachment 384781
[details]
Patch
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
Committed
r253113
: <
https://trac.webkit.org/changeset/253113
>
Radar WebKit Bug Importer
Comment 6
2019-12-04 10:40:23 PST
<
rdar://problem/57629053
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug