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

Issue 2521103005: [runtime] Fix call-site rendering for inlined calls. (Closed)

Created:
4 years ago by Michael Starzinger
Modified:
4 years ago
Reviewers:
Toon Verwaest
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[runtime] Fix call-site rendering for inlined calls. This makes sure call-site rendering for certain {TypeError} messages is based on the correct underlying {JSFunction}, even when inlined frames are present. Only the {FrameSummary} knows the exact function. R=verwaest@chromium.org TEST=message/regress/regress-crbug-661579 BUG=chromium:661579 Committed: https://crrev.com/22a2ae07afbec087229119970d816788131cacd5 Cr-Commit-Position: refs/heads/master@{#41264}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -13 lines) Patch
M src/runtime/runtime-internal.cc View 1 1 chunk +12 lines, -13 lines 0 comments Download
A test/message/regress/regress-crbug-661579.js View 1 chunk +12 lines, -0 lines 0 comments Download
A test/message/regress/regress-crbug-661579.out View 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (11 generated)
Michael Starzinger
4 years ago (2016-11-23 13:44:06 UTC) #3
Toon Verwaest
https://codereview.chromium.org/2521103005/diff/1/src/runtime/runtime-internal.cc File src/runtime/runtime-internal.cc (right): https://codereview.chromium.org/2521103005/diff/1/src/runtime/runtime-internal.cc#newcode381 src/runtime/runtime-internal.cc:381: *target = MessageLocation(casted_script, pos, pos + 1, function); Mmh, ...
4 years ago (2016-11-24 12:37:45 UTC) #6
Michael Starzinger
PTAL. Addressed comments. https://codereview.chromium.org/2521103005/diff/1/src/runtime/runtime-internal.cc File src/runtime/runtime-internal.cc (right): https://codereview.chromium.org/2521103005/diff/1/src/runtime/runtime-internal.cc#newcode381 src/runtime/runtime-internal.cc:381: *target = MessageLocation(casted_script, pos, pos + ...
4 years ago (2016-11-24 12:53:52 UTC) #9
Toon Verwaest
lgtm, thanks!
4 years ago (2016-11-24 12:57:12 UTC) #10
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/2521103005/20001
4 years ago (2016-11-24 13:34:56 UTC) #14
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years ago (2016-11-24 13:36:36 UTC) #16
commit-bot: I haz the power
4 years ago (2016-11-24 13:36:58 UTC) #18
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/22a2ae07afbec087229119970d816788131cacd5
Cr-Commit-Position: refs/heads/master@{#41264}

Powered by Google App Engine
This is Rietveld 408576698