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

Issue 2110683007: Use toString tag to format receiver in stack traces (Closed)

Created:
4 years, 5 months ago by jgruber
Modified:
4 years, 5 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@20160629-builtin-exit-receiver
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Use toString tag to format receiver in stack traces This concerns formatting of calls to, e.g., Math.acos in stack traces, in which the receiver is an object with an attached toString tag. If such a tag exists, use it to format the receiver typename to ensure that the stack trace includes 'Math.acos' instead of 'Object.acos'. R=yangguo@chromium.org BUG= Committed: https://crrev.com/971468031a911cd6d90524af2fce64833aeafc40 Cr-Commit-Position: refs/heads/master@{#37513}

Patch Set 1 #

Patch Set 2 : Updated dependencies #

Total comments: 2

Patch Set 3 : Undefined/null CHECK in GetConstructorName #

Patch Set 4 : Rebase on master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -6 lines) Patch
M src/js/messages.js View 1 chunk +1 line, -6 lines 0 comments Download
M src/runtime/runtime.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime/runtime-object.cc View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M test/mjsunit/regress/regress-4815.js View 1 chunk +18 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 37 (18 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2110683007/1
4 years, 5 months ago (2016-06-30 10:37:26 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux64_avx2_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel_ng/builds/4209) v8_linux64_avx2_rel_ng_triggered on ...
4 years, 5 months ago (2016-06-30 10:55:27 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2110683007/20001
4 years, 5 months ago (2016-06-30 13:34:58 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-06-30 14:09:45 UTC) #8
jgruber
4 years, 5 months ago (2016-06-30 14:13:01 UTC) #9
Toon Verwaest
nice, lgtm
4 years, 5 months ago (2016-07-01 07:25:24 UTC) #12
Yang
LGTM. https://codereview.chromium.org/2110683007/diff/20001/src/runtime/runtime-object.cc File src/runtime/runtime-object.cc (right): https://codereview.chromium.org/2110683007/diff/20001/src/runtime/runtime-object.cc#newcode767 src/runtime/runtime-object.cc:767: ASSIGN_RETURN_FAILURE_ON_EXCEPTION(isolate, recv, Can this actually throw? If it ...
4 years, 5 months ago (2016-07-04 10:55:38 UTC) #13
jgruber
https://codereview.chromium.org/2110683007/diff/20001/src/runtime/runtime-object.cc File src/runtime/runtime-object.cc (right): https://codereview.chromium.org/2110683007/diff/20001/src/runtime/runtime-object.cc#newcode767 src/runtime/runtime-object.cc:767: ASSIGN_RETURN_FAILURE_ON_EXCEPTION(isolate, recv, On 2016/07/04 10:55:38, Yang wrote: > Can ...
4 years, 5 months ago (2016-07-04 12:40:19 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2110683007/40001
4 years, 5 months ago (2016-07-04 12:44:43 UTC) #16
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_dbg_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_dbg_ng/builds/8448) v8_linux_mipsel_compile_rel on ...
4 years, 5 months ago (2016-07-04 12:45:55 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2110683007/60001
4 years, 5 months ago (2016-07-04 12:49:54 UTC) #20
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_mac_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_mac_rel_ng/builds/4400)
4 years, 5 months ago (2016-07-04 12:51:26 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2110683007/60001
4 years, 5 months ago (2016-07-04 13:27:33 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: v8_mac_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_mac_rel_ng/builds/4407)
4 years, 5 months ago (2016-07-04 13:29:24 UTC) #27
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2110683007/60001
4 years, 5 months ago (2016-07-05 06:47:42 UTC) #29
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-07-05 07:12:33 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2110683007/60001
4 years, 5 months ago (2016-07-05 07:40:26 UTC) #33
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 5 months ago (2016-07-05 07:42:30 UTC) #35
commit-bot: I haz the power
4 years, 5 months ago (2016-07-05 07:43:04 UTC) #37
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/971468031a911cd6d90524af2fce64833aeafc40
Cr-Commit-Position: refs/heads/master@{#37513}

Powered by Google App Engine
This is Rietveld 408576698