Bug 171718 - Typed array getOwnPropertySlot and getOwnPropertySlotByIndex disagree on the attributes for indices within bounds of the length
Summary: Typed array getOwnPropertySlot and getOwnPropertySlotByIndex disagree on the ...
Status: RESOLVED DUPLICATE of bug 197228
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-05 01:13 PDT by Saam Barati
Modified: 2021-03-02 14:43 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Saam Barati 2017-05-05 01:13:08 PDT
...
Comment 1 Alexey Shvayka 2021-03-02 14:43:38 PST
r244950 aligned the methods to report PropertyAttribute::DontDelete for inbound indices.
r268640 changed attributes to PropertyAttribute::None, implementing the https://github.com/tc39/ecma262/pull/2164.

*** This bug has been marked as a duplicate of bug 197228 ***