Bug 161998

Summary: test262: Various Constructors length properties should be configurable
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: JavaScriptCoreAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, joepeck, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[PATCH] Proposed Fix none

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.