Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(569)

Issue 1421033002: [es6] Partially implement Reflect.defineProperty. (Closed)

Created:
5 years, 2 months ago by neis
Modified:
5 years, 1 month ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[es6] Partially implement Reflect.defineProperty. Proxies are not properly supported yet. R=rossberg,jkummerow@chromium.org BUG=v8:3931 LOG=n Committed: https://crrev.com/8e35d8ebeca2bc832ca06874f7a1dce78868010b Cr-Commit-Position: refs/heads/master@{#31661}

Patch Set 1 #

Total comments: 7

Patch Set 2 : Address a comment and rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+185 lines, -202 lines) Patch
M src/bootstrapper.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/builtins.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/builtins.cc View 1 2 chunks +34 lines, -0 lines 0 comments Download
M src/objects.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/objects.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M test/mjsunit/harmony/reflect.js View 1 2 chunks +37 lines, -2 lines 0 comments Download
A + test/mjsunit/harmony/reflect-define-property.js View 60 chunks +106 lines, -197 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
neis
5 years, 2 months ago (2015-10-23 08:31:13 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1421033002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1421033002/1
5 years, 2 months ago (2015-10-23 08:32:16 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-23 08:56:31 UTC) #5
Jakob Kummerow
LGTM with comments. https://codereview.chromium.org/1421033002/diff/1/src/builtins.cc File src/builtins.cc (right): https://codereview.chromium.org/1421033002/diff/1/src/builtins.cc#newcode1455 src/builtins.cc:1455: Suggestion: add verbatim spec steps as ...
5 years, 2 months ago (2015-10-23 12:03:43 UTC) #6
neis
https://codereview.chromium.org/1421033002/diff/1/src/builtins.cc File src/builtins.cc (right): https://codereview.chromium.org/1421033002/diff/1/src/builtins.cc#newcode1465 src/builtins.cc:1465: Object::ToName(isolate, key)); On 2015/10/23 12:03:42, Jakob wrote: > Using ...
5 years, 1 month ago (2015-10-29 15:17:25 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1421033002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1421033002/20001
5 years, 1 month ago (2015-10-29 15:17:41 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 1 month ago (2015-10-29 15:39:41 UTC) #11
commit-bot: I haz the power
5 years, 1 month ago (2015-10-29 15:39:57 UTC) #12
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/8e35d8ebeca2bc832ca06874f7a1dce78868010b
Cr-Commit-Position: refs/heads/master@{#31661}

Powered by Google App Engine
This is Rietveld 408576698