Bug 147347 - [ES6] Implement Reflect.enumerate
Summary: [ES6] Implement Reflect.enumerate
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-27 17:57 PDT by Yusuke Suzuki
Modified: 2015-07-27 23:03 PDT (History)
7 users (show)

See Also:


Attachments
Patch (26.81 KB, patch)
2015-07-27 18:00 PDT, Yusuke Suzuki
no flags Details | Formatted Diff | Diff
Patch (26.67 KB, patch)
2015-07-27 19:22 PDT, Yusuke Suzuki
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2015-07-27 17:57:55 PDT
[ES6] Implement Reflect.enumerate
Comment 1 Yusuke Suzuki 2015-07-27 18:00:17 PDT
Created attachment 257622 [details]
Patch
Comment 2 Yusuke Suzuki 2015-07-27 18:01:29 PDT
In this patch, we leverages JSPropertyNameEnumerator, so it leverages the existing caching system.
Comment 3 Yusuke Suzuki 2015-07-27 19:22:53 PDT
Created attachment 257627 [details]
Patch
Comment 4 Yusuke Suzuki 2015-07-27 23:03:03 PDT
Committed r187483: <http://trac.webkit.org/changeset/187483>