Bug 161998 - test262: Various Constructors length properties should be configurable
Summary: test262: Various Constructors length properties should be configurable
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-14 16:00 PDT by Joseph Pecoraro
Modified: 2016-09-16 02:49 PDT (History)
6 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (22.78 KB, patch)
2016-09-14 16:04 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 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 }.
Comment 1 Joseph Pecoraro 2016-09-14 16:04:48 PDT
Created attachment 288880 [details]
[PATCH] Proposed Fix
Comment 2 Joseph Pecoraro 2016-09-16 01:44:58 PDT
Still reviewable!
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2016-09-16 02:49:59 PDT
All reviewed patches have been landed.  Closing bug.