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

Issue 1904313004: Remove more dead code after Object.observe removal (Closed)

Created:
4 years, 8 months ago by Jakob Kummerow
Modified:
4 years, 7 months ago
Reviewers:
Toon Verwaest
CC:
v8-reviews_googlegroups.com, adamk
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Remove more dead code after Object.observe removal This moves __{define,lookup}{Getter,Setter}__ to builtins.cc to free up the JavaScript implementation of DefineOwnProperty for deletion. Committed: https://crrev.com/15e106382e679fb852b966eddc64d518c0a084ed Cr-Commit-Position: refs/heads/master@{#35876}

Patch Set 1 #

Patch Set 2 : cleanup more #

Total comments: 4

Patch Set 3 : address comments #

Patch Set 4 : rebase #

Patch Set 5 : mark outdated mozilla tests as FAIL #

Unified diffs Side-by-side diffs Delta from patch set Stats (+199 lines, -445 lines) Patch
M src/api.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/bootstrapper.cc View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
M src/builtins.h View 1 2 3 4 2 chunks +8 lines, -4 lines 0 comments Download
M src/builtins.cc View 1 2 3 2 chunks +128 lines, -6 lines 0 comments Download
M src/contexts.h View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M src/debug/debug.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/isolate.h View 1 2 3 1 chunk +1 line, -3 lines 0 comments Download
M src/isolate-inl.h View 1 1 chunk +5 lines, -1 line 0 comments Download
M src/js/array.js View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M src/js/macros.py View 2 chunks +0 lines, -11 lines 0 comments Download
M src/js/prologue.js View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M src/js/v8natives.js View 1 2 3 4 chunks +4 lines, -52 lines 0 comments Download
M src/objects.h View 1 2 3 5 chunks +8 lines, -23 lines 0 comments Download
M src/objects.cc View 1 2 3 6 chunks +14 lines, -219 lines 0 comments Download
M src/runtime/runtime.h View 1 2 3 2 chunks +0 lines, -3 lines 0 comments Download
M src/runtime/runtime-function.cc View 1 1 chunk +1 line, -4 lines 0 comments Download
M src/runtime/runtime-object.cc View 1 2 3 2 chunks +0 lines, -103 lines 0 comments Download
M test/cctest/test-api.cc View 1 2 3 1 chunk +6 lines, -5 lines 0 comments Download
M test/mjsunit/regress/regress-1240.js View 1 chunk +3 lines, -1 line 0 comments Download
M test/mozilla/mozilla.status View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (8 generated)
Jakob Kummerow
review comments below. https://codereview.chromium.org/1904313004/diff/20001/src/builtins.cc File src/builtins.cc (right): https://codereview.chromium.org/1904313004/diff/20001/src/builtins.cc#newcode1791 src/builtins.cc:1791: ASSIGN_RETURN_FAILURE_ON_EXCEPTION(isolate, object, assign to new "Handle<JSReceiver> ...
4 years, 8 months ago (2016-04-22 13:55:09 UTC) #2
Jakob Kummerow
https://codereview.chromium.org/1904313004/diff/20001/src/builtins.cc File src/builtins.cc (right): https://codereview.chromium.org/1904313004/diff/20001/src/builtins.cc#newcode1791 src/builtins.cc:1791: ASSIGN_RETURN_FAILURE_ON_EXCEPTION(isolate, object, On 2016/04/22 13:55:09, Jakob wrote: > assign ...
4 years, 8 months ago (2016-04-22 14:04:54 UTC) #3
Toon Verwaest
lgtm
4 years, 8 months ago (2016-04-22 14:05:25 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1904313004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1904313004/40001
4 years, 8 months ago (2016-04-22 14:06:26 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_arm64_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm64_rel_ng/builds/618) v8_linux_arm64_rel_ng_triggered on tryserver.v8 (JOB_FAILED, ...
4 years, 8 months ago (2016-04-22 14:25:36 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1904313004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1904313004/80001
4 years, 7 months ago (2016-04-28 18:06:21 UTC) #12
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 7 months ago (2016-04-28 18:34:26 UTC) #14
Michael Achenbach
A revert of this CL (patchset #5 id:80001) has been created in https://codereview.chromium.org/1929293002/ by machenbach@chromium.org. ...
4 years, 7 months ago (2016-04-29 06:28:36 UTC) #15
commit-bot: I haz the power
4 years, 7 months ago (2016-05-01 22:02:53 UTC) #17
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/15e106382e679fb852b966eddc64d518c0a084ed
Cr-Commit-Position: refs/heads/master@{#35876}

Powered by Google App Engine
This is Rietveld 408576698