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

Issue 1409613004: Use C++ implementation of Object.definePropert{y,ies} (Closed)

Created:
5 years, 2 months ago by Jakob Kummerow
Modified:
5 years, 2 months ago
Reviewers:
Toon Verwaest
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

Use C++ implementation of Object.definePropert{y,ies} For now, only rewire builtins in v8natives.js to call the new runtime functions. Committed: https://crrev.com/b2abc0e3ad4ce9dde8d66aab7aafae179e6948d4 Cr-Commit-Position: refs/heads/master@{#31413}

Patch Set 1 #

Total comments: 2

Patch Set 2 : fix TypeError message #

Patch Set 3 : fix fast path check when bootstrapper is active #

Total comments: 1

Patch Set 4 : fix GetKeys regression after df8970a8c #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -72 lines) Patch
M src/js/v8natives.js View 1 2 3 2 chunks +54 lines, -44 lines 0 comments Download
M src/objects.cc View 1 2 3 2 chunks +5 lines, -2 lines 0 comments Download
M src/property-descriptor.cc View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M test/cctest/test-api.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M test/test262/test262.status View 1 chunk +0 lines, -24 lines 0 comments Download

Messages

Total messages: 20 (8 generated)
Jakob Kummerow
PTAL. If this sticks, I'll rewire the API next. https://codereview.chromium.org/1409613004/diff/1/src/js/v8natives.js File src/js/v8natives.js (right): https://codereview.chromium.org/1409613004/diff/1/src/js/v8natives.js#newcode1036 src/js/v8natives.js:1036: ...
5 years, 2 months ago (2015-10-15 13:54:26 UTC) #2
Toon Verwaest
lgtm
5 years, 2 months ago (2015-10-15 14:06:58 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1409613004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1409613004/20001
5 years, 2 months ago (2015-10-15 15:24:59 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_dbg on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_dbg/builds/9638)
5 years, 2 months ago (2015-10-15 16:04:02 UTC) #8
Jakob Kummerow
Argh, the native context might not be fully populated yet... https://codereview.chromium.org/1409613004/diff/40001/src/property-descriptor.cc File src/property-descriptor.cc (right): https://codereview.chromium.org/1409613004/diff/40001/src/property-descriptor.cc#newcode49 ...
5 years, 2 months ago (2015-10-15 17:08:55 UTC) #9
Toon Verwaest
lgtm
5 years, 2 months ago (2015-10-20 13:03:03 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1409613004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1409613004/40001
5 years, 2 months ago (2015-10-20 13:08:23 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_arm64_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm64_rel/builds/10751)
5 years, 2 months ago (2015-10-20 13:18:27 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1409613004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1409613004/60001
5 years, 2 months ago (2015-10-20 13:52:28 UTC) #17
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 2 months ago (2015-10-20 14:29:27 UTC) #18
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/b2abc0e3ad4ce9dde8d66aab7aafae179e6948d4 Cr-Commit-Position: refs/heads/master@{#31413}
5 years, 2 months ago (2015-10-20 14:29:48 UTC) #19
Michael Achenbach
5 years, 2 months ago (2015-10-20 19:49:48 UTC) #20
Message was sent while issue was closed.
A revert of this CL (patchset #4 id:60001) has been created in
https://codereview.chromium.org/1412893005/ by machenbach@chromium.org.

The reason for reverting is: [Sheriff] Breaks layout tests. Please request
rebase upstream first if intended:
http://build.chromium.org/p/client.v8.fyi/builders/V8-Blink%20Linux%2064/buil...

One test times out now..

Powered by Google App Engine
This is Rietveld 408576698