Bug 173806

Summary: Remove Reflect.enumerate
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: JavaScriptCoreAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, joepeck, saam, ysuzuki
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2017-06-24 00:17:17 PDT
Remove Reflect.enumerate.

It was dropped from the spec before ES6. It is not in the current spec:
https://tc39.github.io/ecma262/#sec-reflect

It is not in the compatibility table (see [16])
https://kangax.github.io/compat-table/es6/
Comment 1 Joseph Pecoraro 2017-06-24 00:21:46 PDT
Created attachment 313778 [details]
[PATCH] Proposed Fix
Comment 2 Yusuke Suzuki 2017-06-24 00:38:59 PDT
Comment on attachment 313778 [details]
[PATCH] Proposed Fix

r=me
Comment 3 WebKit Commit Bot 2017-06-24 01:06:51 PDT
Comment on attachment 313778 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 313778

Committed r218784: <http://trac.webkit.org/changeset/218784>
Comment 4 WebKit Commit Bot 2017-06-24 01:06:53 PDT
All reviewed patches have been landed.  Closing bug.