Bug 173806 - Remove Reflect.enumerate
Summary: Remove Reflect.enumerate
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-24 00:17 PDT by Joseph Pecoraro
Modified: 2017-06-24 01:06 PDT (History)
4 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (41.64 KB, patch)
2017-06-24 00:21 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 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.