RESOLVED FIXED 161998
test262: Various Constructors length properties should be configurable
https://bugs.webkit.org/show_bug.cgi?id=161998
Summary test262: Various Constructors length properties should be configurable
Joseph Pecoraro
Reported 2016-09-14 16:00:48 PDT
Summary: Various Constructors length properties should be configurable. Constructors like Map, Set, WeakMap, WeakSet, Promise, TypeError, ... Spec: https://tc39.github.io/ecma262/#sec-ecmascript-standard-built-in-objects > Unless otherwise specified, the length property of a built-in Function object > has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }.
Attachments
[PATCH] Proposed Fix (22.78 KB, patch)
2016-09-14 16:04 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2016-09-14 16:04:48 PDT
Created attachment 288880 [details] [PATCH] Proposed Fix
Joseph Pecoraro
Comment 2 2016-09-16 01:44:58 PDT
Still reviewable!
WebKit Commit Bot
Comment 3 2016-09-16 02:49:55 PDT
Comment on attachment 288880 [details] [PATCH] Proposed Fix Clearing flags on attachment: 288880 Committed r206018: <http://trac.webkit.org/changeset/206018>
WebKit Commit Bot
Comment 4 2016-09-16 02:49:59 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.