Bug 171718
Summary: | Typed array getOwnPropertySlot and getOwnPropertySlotByIndex disagree on the attributes for indices within bounds of the length | ||
---|---|---|---|
Product: | WebKit | Reporter: | Saam Barati <saam> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ashvayka, keith_miller |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Saam Barati
...
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Shvayka
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 ***