RESOLVED FIXED 147943
[ES6] Implement Reflect.defineProperty
https://bugs.webkit.org/show_bug.cgi?id=147943
Summary [ES6] Implement Reflect.defineProperty
Yusuke Suzuki
Reported 2015-08-12 11:36:38 PDT
[ES6] Implement Reflect.defineProperty
Attachments
Patch (13.01 KB, patch)
2015-08-12 11:38 PDT, Yusuke Suzuki
saam: review+
Yusuke Suzuki
Comment 1 2015-08-12 11:38:34 PDT
Saam Barati
Comment 2 2015-08-12 14:00:45 PDT
Comment on attachment 258832 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=258832&action=review r=me > Source/JavaScriptCore/runtime/ReflectObject.cpp:88 > +EncodedJSValue JSC_HOST_CALL reflectObjectDefineProperty(ExecState* exec) A link to the spec here would be nice.
Yusuke Suzuki
Comment 3 2015-08-12 15:25:15 PDT
Comment on attachment 258832 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=258832&action=review Thank you for your review :) >> Source/JavaScriptCore/runtime/ReflectObject.cpp:88 >> +EncodedJSValue JSC_HOST_CALL reflectObjectDefineProperty(ExecState* exec) > > A link to the spec here would be nice. Sounds nice! I'll add it here.
Yusuke Suzuki
Comment 4 2015-08-12 15:59:25 PDT
Note You need to log in before you can comment on or make changes to this bug.