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

Issue 1474353002: Remove easy to remove calls to Isolate::Current() from api.cc (Closed)

Created:
5 years ago by jochen (gone - plz use gerrit)
Modified:
4 years, 9 months ago
Reviewers:
ulan, vogelheim
CC:
Paweł Hajdan Jr., 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

Remove easy to remove calls to Isolate::Current() from api.cc R=vogelheim@chromium.org LOG=n BUG=v8:2487 Committed: https://crrev.com/7730edcc1226c03a577ea699d2fb29fb11fccf60 Cr-Commit-Position: refs/heads/master@{#32389}

Patch Set 1 #

Total comments: 2

Patch Set 2 : update #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -211 lines) Patch
M include/v8.h View 1 7 chunks +7 lines, -21 lines 2 comments Download
M include/v8-testing.h View 1 chunk +1 line, -1 line 0 comments Download
M src/api.h View 3 chunks +0 lines, -4 lines 0 comments Download
M src/api.cc View 1 9 chunks +26 lines, -57 lines 0 comments Download
M src/d8.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 3 chunks +0 lines, -17 lines 0 comments Download
M src/objects-debug.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M src/objects-inl.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/objects-printer.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M src/profiler/heap-profiler.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/profiler/heap-snapshot-generator.h View 1 2 chunks +3 lines, -0 lines 0 comments Download
M src/profiler/heap-snapshot-generator-inl.h View 1 2 chunks +7 lines, -0 lines 0 comments Download
M src/profiler/profile-generator.h View 1 6 chunks +8 lines, -2 lines 0 comments Download
M src/profiler/profile-generator.cc View 4 chunks +8 lines, -7 lines 0 comments Download
M src/profiler/profile-generator-inl.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M test/cctest/test-api.cc View 11 chunks +20 lines, -75 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M test/cctest/test-profile-generator.cc View 7 chunks +11 lines, -7 lines 0 comments Download
M tools/v8heapconst.py View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 12 (4 generated)
jochen (gone - plz use gerrit)
5 years ago (2015-11-27 15:13:07 UTC) #1
vogelheim
lgtm https://codereview.chromium.org/1474353002/diff/1/src/profiler/heap-snapshot-generator.h File src/profiler/heap-snapshot-generator.h (right): https://codereview.chromium.org/1474353002/diff/1/src/profiler/heap-snapshot-generator.h#newcode52 src/profiler/heap-snapshot-generator.h:52: INLINE(HeapSnapshot* snapshot() const); Not sure if worthwhile, but ...
5 years ago (2015-11-27 16:06:15 UTC) #2
jochen (gone - plz use gerrit)
done
5 years ago (2015-11-30 07:57:00 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1474353002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1474353002/20001
5 years ago (2015-11-30 07:57:02 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years ago (2015-11-30 08:16:41 UTC) #7
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/7730edcc1226c03a577ea699d2fb29fb11fccf60 Cr-Commit-Position: refs/heads/master@{#32389}
5 years ago (2015-11-30 08:17:07 UTC) #9
ulan
https://codereview.chromium.org/1474353002/diff/20001/include/v8.h File include/v8.h (left): https://codereview.chromium.org/1474353002/diff/20001/include/v8.h#oldcode4780 include/v8.h:4780: static Local<TypeSwitch> New(Local<FunctionTemplate> type); This was removed without any ...
4 years, 9 months ago (2016-03-04 16:01:02 UTC) #11
jochen (gone - plz use gerrit)
4 years, 9 months ago (2016-03-04 16:08:42 UTC) #12
Message was sent while issue was closed.
https://codereview.chromium.org/1474353002/diff/20001/include/v8.h
File include/v8.h (left):

https://codereview.chromium.org/1474353002/diff/20001/include/v8.h#oldcode4780
include/v8.h:4780: static Local<TypeSwitch> New(Local<FunctionTemplate> type);
On 2016/03/04 at 16:01:02, ulan wrote:
> This was removed without any deprecation notice. What should users use instead
of it?

I did a search and didn't find any users of it. I hope I didn't miss one?

Powered by Google App Engine
This is Rietveld 408576698