RESOLVED FIXED 200956
JSBigInt::m_length should be immutable.
https://bugs.webkit.org/show_bug.cgi?id=200956
Summary JSBigInt::m_length should be immutable.
Mark Lam
Reported 2019-08-20 17:32:11 PDT
This is because the JSBigInt cell size is allocated with that length. Changing the length after construction does not change the size of the cell, and hence, makes no sense.
Attachments
proposed patch. (1.88 KB, patch)
2019-08-20 17:35 PDT, Mark Lam
ysuzuki: review+
Mark Lam
Comment 1 2019-08-20 17:35:42 PDT
Created attachment 376832 [details] proposed patch.
Yusuke Suzuki
Comment 2 2019-08-20 17:37:04 PDT
Comment on attachment 376832 [details] proposed patch. r=me
Mark Lam
Comment 3 2019-08-20 17:39:38 PDT
Thanks for the review. Landed in r248927: <http://trac.webkit.org/r248927>.
Radar WebKit Bug Importer
Comment 4 2019-08-20 17:40:19 PDT
Note You need to log in before you can comment on or make changes to this bug.