[ES6] Implement Reflect.defineProperty
Created attachment 258832 [details] Patch
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.
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.
Committed r188361: <http://trac.webkit.org/changeset/188361>