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

Issue 1872373002: Move MessageLocations constructor out of header (Closed)

Created:
4 years, 8 months ago by Clemens Hammacher
Modified:
4 years, 8 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@show-wasm-frames-4
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Move MessageLocations constructor out of header This is a bit unfortunate, but otherwise we would have to include objects.h before message.h, since for the initialization of a Handle<T>, the compiler checks that Object* can be assigned to T*. So it would need to know about the inheritance for initializing Handle<Script> and Handle<JSFunction>. R=mstarzinger@chromium.org, titzer@chromium.org BUG= Committed: https://crrev.com/e2ec04d2ab020d5f70f7ca5861ca50f6b86a8a80 Cr-Commit-Position: refs/heads/master@{#35626}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Completely new patch, now moving constructor out of the header #

Patch Set 3 : update depends-on #

Patch Set 4 : move other constructor as well #

Patch Set 5 : remove default argument, which still causes the same problems #

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -6 lines) Patch
M src/messages.h View 1 2 3 4 1 chunk +3 lines, -6 lines 0 comments Download
M src/messages.cc View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 16 (7 generated)
Clemens Hammacher
4 years, 8 months ago (2016-04-11 13:51:23 UTC) #1
Michael Starzinger
https://codereview.chromium.org/1872373002/diff/1/src/messages.h File src/messages.h (right): https://codereview.chromium.org/1872373002/diff/1/src/messages.h#newcode28 src/messages.h:28: MessageLocation(Handle<Script> script, int start_pos, int end_pos, If it is ...
4 years, 8 months ago (2016-04-11 13:58:19 UTC) #2
Clemens Hammacher
https://codereview.chromium.org/1872373002/diff/1/src/messages.h File src/messages.h (right): https://codereview.chromium.org/1872373002/diff/1/src/messages.h#newcode28 src/messages.h:28: MessageLocation(Handle<Script> script, int start_pos, int end_pos, On 2016/04/11 13:58:18, ...
4 years, 8 months ago (2016-04-11 14:08:47 UTC) #3
Michael Starzinger
LGTM.
4 years, 8 months ago (2016-04-11 14:49:46 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1872373002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1872373002/100001
4 years, 8 months ago (2016-04-12 15:26:13 UTC) #8
titzer
On 2016/04/12 15:26:13, commit-bot: I haz the power wrote: > Dry run: CQ is trying ...
4 years, 8 months ago (2016-04-18 16:22:58 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1872373002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1872373002/100001
4 years, 8 months ago (2016-04-19 14:48:15 UTC) #13
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 8 months ago (2016-04-19 15:13:15 UTC) #14
nodir1
4 years, 8 months ago (2016-04-22 18:43:01 UTC) #16
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/e2ec04d2ab020d5f70f7ca5861ca50f6b86a8a80
Cr-Commit-Position: refs/heads/master@{#35626}

Powered by Google App Engine
This is Rietveld 408576698