[JSC] @hasOwnLengthProperty returns wrong value if "length" is attempted to be modified
Created attachment 392246 [details] Patch
<rdar://problem/59913544>
Checked mac-wk2 results and seems unrelated. Flaky crashes which happen without a patch too.
Comment on attachment 392246 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=392246&action=review r=me > Source/JavaScriptCore/ChangeLog:20 > + 2. We rename areNameAndLengthOriginal to canAssumeNameAndLengthOriginal to allow it to return I suggest calling this canAssumeNameAndLengthAreOriginal instead.
Comment on attachment 392246 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=392246&action=review >> Source/JavaScriptCore/ChangeLog:20 >> + 2. We rename areNameAndLengthOriginal to canAssumeNameAndLengthOriginal to allow it to return > > I suggest calling this canAssumeNameAndLengthAreOriginal instead. Fixed.
Committed r257784: <https://trac.webkit.org/changeset/257784>
*** Bug 209571 has been marked as a duplicate of this bug. ***