RESOLVED FIXED 147306
[ES6] Implement Reflect.apply
https://bugs.webkit.org/show_bug.cgi?id=147306
Summary [ES6] Implement Reflect.apply
Yusuke Suzuki
Reported 2015-07-25 22:49:20 PDT
[ES6] Implement Reflect.apply
Attachments
Patch (5.21 KB, patch)
2015-07-25 22:51 PDT, Yusuke Suzuki
no flags
Patch (5.29 KB, patch)
2015-07-25 23:11 PDT, Yusuke Suzuki
sam: review+
Yusuke Suzuki
Comment 1 2015-07-25 22:51:05 PDT
Yusuke Suzuki
Comment 2 2015-07-25 23:11:08 PDT
Yusuke Suzuki
Comment 3 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.
Yusuke Suzuki
Comment 4 2015-07-26 13:54:22 PDT
Note You need to log in before you can comment on or make changes to this bug.