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

Issue 2174723002: Move CallSite.toString to C++ (Closed)

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

Description

Move CallSite.toString to C++ BUG= Committed: https://crrev.com/ea09c9dc1e2c44006930cdbcf00cb87dd350f487 Cr-Commit-Position: refs/heads/master@{#38136}

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Rebase #

Patch Set 4 : Rebase #

Total comments: 7

Patch Set 5 : More efficient endsWith predicate #

Patch Set 6 : Also accept method name == function name as a match #

Patch Set 7 : Emulate JS behavior of boolean checks on strings #

Patch Set 8 : Emulate JS behavior of boolean checks on strings #

Patch Set 9 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+246 lines, -117 lines) Patch
M src/bootstrapper.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/builtins/builtins-callsite.cc View 1 2 3 4 5 6 7 8 3 chunks +244 lines, -23 lines 0 comments Download
M src/js/messages.js View 1 2 3 4 chunks +0 lines, -93 lines 0 comments Download

Messages

Total messages: 43 (36 generated)
jgruber
4 years, 5 months ago (2016-07-22 11:29:15 UTC) #14
Yang
https://codereview.chromium.org/2174723002/diff/60001/src/builtins/builtins-callsite.cc File src/builtins/builtins-callsite.cc (right): https://codereview.chromium.org/2174723002/diff/60001/src/builtins/builtins-callsite.cc#newcode202 src/builtins/builtins-callsite.cc:202: MaybeHandle<Object> GetEvalOrigin(Isolate* isolate, Handle<JSObject> object) { I'm inclined to ...
4 years, 4 months ago (2016-07-28 06:04:10 UTC) #15
jgruber
https://codereview.chromium.org/2174723002/diff/60001/src/builtins/builtins-callsite.cc File src/builtins/builtins-callsite.cc (right): https://codereview.chromium.org/2174723002/diff/60001/src/builtins/builtins-callsite.cc#newcode202 src/builtins/builtins-callsite.cc:202: MaybeHandle<Object> GetEvalOrigin(Isolate* isolate, Handle<JSObject> object) { On 2016/07/28 06:04:10, ...
4 years, 4 months ago (2016-07-28 09:21:50 UTC) #18
Yang
lgtm. https://codereview.chromium.org/2174723002/diff/60001/src/builtins/builtins-callsite.cc File src/builtins/builtins-callsite.cc (right): https://codereview.chromium.org/2174723002/diff/60001/src/builtins/builtins-callsite.cc#newcode202 src/builtins/builtins-callsite.cc:202: MaybeHandle<Object> GetEvalOrigin(Isolate* isolate, Handle<JSObject> object) { On 2016/07/28 ...
4 years, 4 months ago (2016-07-28 09:55:01 UTC) #19
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/2174723002/160001
4 years, 4 months ago (2016-07-28 13:37:44 UTC) #40
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 4 months ago (2016-07-28 13:39:28 UTC) #41
commit-bot: I haz the power
4 years, 4 months ago (2016-07-28 13:43:02 UTC) #43
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/ea09c9dc1e2c44006930cdbcf00cb87dd350f487
Cr-Commit-Position: refs/heads/master@{#38136}

Powered by Google App Engine
This is Rietveld 408576698