Bug 147929 - [ES6] Implement Reflect.getOwnPropertyDescriptor
Summary: [ES6] Implement Reflect.getOwnPropertyDescriptor
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-08-12 00:56 PDT by Yusuke Suzuki
Modified: 2015-08-17 11:28 PDT (History)
5 users (show)

See Also:


Attachments
Patch (12.64 KB, patch)
2015-08-12 00:58 PDT, Yusuke Suzuki
ggaren: 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-08-12 00:56:12 PDT
[ES6] Implement Reflect.getOwnPropertyDescriptor
Comment 1 Yusuke Suzuki 2015-08-12 00:58:33 PDT
Created attachment 258814 [details]
Patch
Comment 2 Geoffrey Garen 2015-08-17 11:16:04 PDT
Comment on attachment 258814 [details]
Patch

r=me
Comment 3 Yusuke Suzuki 2015-08-17 11:28:23 PDT
Committed r188529: <http://trac.webkit.org/changeset/188529>