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

Issue 2003303002: Remove inessential functions from the JS Script class (Closed)

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

Description

Remove inessential functions from the JS Script class Moved functionality of Script.{lineCount, lineFromPosition, sourceLine, locationFromLine, and sourceSlice} into runtime functions. R=yangguo@chromium.org BUG= Committed: https://crrev.com/9ffedb50d5acb24338e545309075bf2b4d98ab14 Cr-Commit-Position: refs/heads/master@{#36469}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+164 lines, -377 lines) Patch
M src/debug/debug.js View 1 4 chunks +30 lines, -14 lines 0 comments Download
M src/debug/mirrors.js View 2 chunks +1 line, -6 lines 0 comments Download
M src/js/messages.js View 5 chunks +0 lines, -181 lines 0 comments Download
M src/runtime/runtime.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/runtime/runtime-debug.cc View 1 2 chunks +126 lines, -19 lines 0 comments Download
M test/mjsunit/debug-sourceinfo.js View 3 chunks +4 lines, -73 lines 0 comments Download
D test/mjsunit/debug-sourceslice.js View 1 chunk +0 lines, -74 lines 0 comments Download
M test/mjsunit/mirror-script.js View 1 chunk +1 line, -10 lines 0 comments Download

Messages

Total messages: 17 (7 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2003303002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2003303002/1
4 years, 7 months ago (2016-05-24 07:08:45 UTC) #2
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-24 07:43:33 UTC) #4
jgruber
4 years, 7 months ago (2016-05-24 07:48:35 UTC) #5
Yang
LGTM with comments. https://codereview.chromium.org/2003303002/diff/1/src/debug/debug.js File src/debug/debug.js (right): https://codereview.chromium.org/2003303002/diff/1/src/debug/debug.js#newcode550 src/debug/debug.js:550: return %ScriptLocationFromLine(script, line, column, script_offset); We ...
4 years, 7 months ago (2016-05-24 07:54:31 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2003303002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2003303002/20001
4 years, 7 months ago (2016-05-24 10:52:01 UTC) #8
jgruber
https://codereview.chromium.org/2003303002/diff/1/src/debug/debug.js File src/debug/debug.js (right): https://codereview.chromium.org/2003303002/diff/1/src/debug/debug.js#newcode550 src/debug/debug.js:550: return %ScriptLocationFromLine(script, line, column, script_offset); On 2016/05/24 07:54:31, Yang ...
4 years, 7 months ago (2016-05-24 10:52:55 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-24 11:24:22 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2003303002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2003303002/20001
4 years, 7 months ago (2016-05-24 11:36:52 UTC) #14
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 7 months ago (2016-05-24 11:39:38 UTC) #15
commit-bot: I haz the power
4 years, 7 months ago (2016-05-24 11:41:34 UTC) #17
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/9ffedb50d5acb24338e545309075bf2b4d98ab14
Cr-Commit-Position: refs/heads/master@{#36469}

Powered by Google App Engine
This is Rietveld 408576698