WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Yusuke Suzuki
Comment 1
2015-08-12 11:38:34 PDT
Created
attachment 258832
[details]
Patch
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
Committed
r188361
: <
http://trac.webkit.org/changeset/188361
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug