[webkit-reviews] review requested: [Bug 141952] Making an indexed property of arguments non-enumerable should actually make it disappear from an enumerable-only keys query, and it should also show up as non-enumerable in getOwnPropertyDescriptor even if the property wasn't first read-only or accessor : [Attachment 423105] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 13 11:05:43 PST 2021


Alexey Shvayka <shvaikalesh at gmail.com> has asked  for review:
Bug 141952: Making an indexed property of arguments non-enumerable should
actually make it disappear from an enumerable-only keys query, and it should
also show up as non-enumerable in getOwnPropertyDescriptor even if the property
wasn't first read-only or accessor
https://bugs.webkit.org/show_bug.cgi?id=141952

Attachment 423105: Patch

https://bugs.webkit.org/attachment.cgi?id=423105&action=review




--- Comment #2 from Alexey Shvayka <shvaikalesh at gmail.com> ---
Created attachment 423105

  --> https://bugs.webkit.org/attachment.cgi?id=423105&action=review

Patch


More information about the webkit-reviews mailing list