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

Issue 2134093002: [builtins] Show builtin frames in PrintStack() (Closed)

Created:
4 years, 5 months ago by jgruber
Modified:
4 years, 5 months ago
Reviewers:
Benedikt Meurer, Yang
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

[builtins] Show builtin frames in PrintStack() Builtin frames can simply use the existing JavaScriptFrame::Print method. Builtin exit frames need their own implementation which can print the function name, receiver and parameters. R=bmeurer@chromium.org, yangguo@chromium.org BUG= Committed: https://crrev.com/a99155871938a4bd41a4c9c2837ac560d864666e Cr-Commit-Position: refs/heads/master@{#37644}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Print frame kind #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -19 lines) Patch
M src/frames.h View 1 3 chunks +11 lines, -4 lines 0 comments Download
M src/frames.cc View 1 3 chunks +45 lines, -5 lines 0 comments Download
M src/frames-inl.h View 2 chunks +13 lines, -10 lines 0 comments Download

Messages

Total messages: 20 (12 generated)
jgruber
4 years, 5 months ago (2016-07-11 10:03:19 UTC) #6
Yang
lgtm https://codereview.chromium.org/2134093002/diff/1/src/frames.cc File src/frames.cc (right): https://codereview.chromium.org/2134093002/diff/1/src/frames.cc#newcode691 src/frames.cc:691: int parameters_count = ComputeParametersCount(); Let's only print up ...
4 years, 5 months ago (2016-07-11 10:24:32 UTC) #7
Yang
On 2016/07/11 10:24:32, Yang wrote: > lgtm > > https://codereview.chromium.org/2134093002/diff/1/src/frames.cc > File src/frames.cc (right): > ...
4 years, 5 months ago (2016-07-11 10:24:54 UTC) #8
Yang
lgtm.
4 years, 5 months ago (2016-07-11 10:53:16 UTC) #11
Benedikt Meurer
LGTM.
4 years, 5 months ago (2016-07-11 12:56:53 UTC) #14
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/2134093002/20001
4 years, 5 months ago (2016-07-11 13:25:52 UTC) #16
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 5 months ago (2016-07-11 13:27:55 UTC) #18
commit-bot: I haz the power
4 years, 5 months ago (2016-07-11 13:29:10 UTC) #20
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/a99155871938a4bd41a4c9c2837ac560d864666e
Cr-Commit-Position: refs/heads/master@{#37644}

Powered by Google App Engine
This is Rietveld 408576698