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

Issue 2222893002: Move family of MakeError functions to C++ (Closed)

Created:
4 years, 4 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@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Move family of MakeError functions to C++ These were the final remnants of error code written in JavaScript. BUG= Committed: https://crrev.com/613e29b18df0b8230e66f3c6392e13541d111248 Cr-Commit-Position: refs/heads/master@{#38475}

Patch Set 1 #

Patch Set 2 : Rebaseline and move HandleScopes #

Patch Set 3 : Fix in prologue.js #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+350 lines, -426 lines) Patch
M src/bootstrapper.cc View 1 6 chunks +20 lines, -8 lines 2 comments Download
M src/builtins/builtins.h View 1 chunk +5 lines, -1 line 0 comments Download
M src/builtins/builtins-error.cc View 1 1 chunk +42 lines, -11 lines 0 comments Download
M src/contexts.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/debug/debug.js View 23 chunks +28 lines, -32 lines 0 comments Download
M src/debug/mirrors.js View 6 chunks +4 lines, -6 lines 0 comments Download
M src/js/array.js View 17 chunks +17 lines, -19 lines 0 comments Download
M src/js/array-iterator.js View 3 chunks +4 lines, -9 lines 0 comments Download
M src/js/arraybuffer.js View 3 chunks +4 lines, -6 lines 0 comments Download
M src/js/collection.js View 19 chunks +20 lines, -22 lines 0 comments Download
M src/js/collection-iterator.js View 8 chunks +7 lines, -12 lines 0 comments Download
M src/js/harmony-atomics.js View 3 chunks +4 lines, -8 lines 0 comments Download
M src/js/harmony-simd.js View 14 chunks +13 lines, -18 lines 0 comments Download
M src/js/harmony-string-padding.js View 1 chunk +0 lines, -5 lines 0 comments Download
M src/js/i18n.js View 40 chunks +47 lines, -53 lines 0 comments Download
M src/js/macros.py View 1 chunk +1 line, -1 line 0 comments Download
M src/js/messages.js View 1 3 chunks +25 lines, -64 lines 0 comments Download
M src/js/prologue.js View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M src/js/promise.js View 10 chunks +10 lines, -12 lines 0 comments Download
M src/js/regexp.js View 22 chunks +21 lines, -23 lines 0 comments Download
M src/js/runtime.js View 4 chunks +3 lines, -7 lines 0 comments Download
M src/js/spread.js View 2 chunks +1 line, -6 lines 0 comments Download
M src/js/string.js View 7 chunks +6 lines, -10 lines 0 comments Download
M src/js/string-iterator.js View 2 chunks +1 line, -6 lines 0 comments Download
M src/js/symbol.js View 3 chunks +1 line, -6 lines 0 comments Download
M src/js/typedarray.js View 36 chunks +44 lines, -48 lines 0 comments Download
M src/js/v8natives.js View 4 chunks +4 lines, -13 lines 0 comments Download
M src/js/weak-collection.js View 10 chunks +14 lines, -16 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/CallRuntime.golden View 1 1 chunk +1 line, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 20 (13 generated)
jgruber
4 years, 4 months ago (2016-08-08 13:21:19 UTC) #12
Yang
lgtm https://codereview.chromium.org/2222893002/diff/40001/src/bootstrapper.cc File src/bootstrapper.cc (right): https://codereview.chromium.org/2222893002/diff/40001/src/bootstrapper.cc#newcode2491 src/bootstrapper.cc:2491: Handle<JSObject> prototype = I would keep it the ...
4 years, 4 months ago (2016-08-08 15:14:09 UTC) #13
jgruber
https://codereview.chromium.org/2222893002/diff/40001/src/bootstrapper.cc File src/bootstrapper.cc (right): https://codereview.chromium.org/2222893002/diff/40001/src/bootstrapper.cc#newcode2491 src/bootstrapper.cc:2491: Handle<JSObject> prototype = On 2016/08/08 15:14:09, Yang wrote: > ...
4 years, 4 months ago (2016-08-09 06:59:16 UTC) #14
Yang
On 2016/08/09 06:59:16, jgruber wrote: > https://codereview.chromium.org/2222893002/diff/40001/src/bootstrapper.cc > File src/bootstrapper.cc (right): > > https://codereview.chromium.org/2222893002/diff/40001/src/bootstrapper.cc#newcode2491 > ...
4 years, 4 months ago (2016-08-09 07:31:14 UTC) #15
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/2222893002/40001
4 years, 4 months ago (2016-08-09 07:34:21 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 4 months ago (2016-08-09 07:36:24 UTC) #18
commit-bot: I haz the power
4 years, 4 months ago (2016-08-09 07:43:27 UTC) #20
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/613e29b18df0b8230e66f3c6392e13541d111248
Cr-Commit-Position: refs/heads/master@{#38475}

Powered by Google App Engine
This is Rietveld 408576698