Bug 147306 - [ES6] Implement Reflect.apply
Summary: [ES6] Implement Reflect.apply
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-25 22:49 PDT by Yusuke Suzuki
Modified: 2015-07-26 13:54 PDT (History)
7 users (show)

See Also:


Attachments
Patch (5.21 KB, patch)
2015-07-25 22:51 PDT, Yusuke Suzuki
no flags Details | Formatted Diff | Diff
Patch (5.29 KB, patch)
2015-07-25 23:11 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-25 22:49:20 PDT
[ES6] Implement Reflect.apply
Comment 1 Yusuke Suzuki 2015-07-25 22:51:05 PDT
Created attachment 257531 [details]
Patch
Comment 2 Yusuke Suzuki 2015-07-25 23:11:08 PDT
Created attachment 257532 [details]
Patch
Comment 3 Yusuke Suzuki 2015-07-25 23:16:33 PDT
Comment on attachment 257532 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=257532&action=review

> Source/JavaScriptCore/runtime/ReflectObject.cpp:43
> +    deleteProperty  reflectObjectDeleteProperty DontEnum|Function 2

Not used the second name if the implementation is written in JS, but it was wrong. Fixed.
Comment 4 Yusuke Suzuki 2015-07-26 13:54:22 PDT
Committed r187407: <http://trac.webkit.org/changeset/187407>