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

Issue 255333004: Harden more runtime functions (Closed)

Created:
6 years, 7 months ago by Jakob Kummerow
Modified:
6 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -18 lines) Patch
M src/objects.h View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.cc View 1 chunk +9 lines, -4 lines 0 comments Download
M src/runtime.h View 1 1 chunk +4 lines, -1 line 0 comments Download
M src/runtime.cc View 1 17 chunks +51 lines, -12 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Jakob Kummerow
PTAL.
6 years, 7 months ago (2014-04-30 12:58:13 UTC) #1
Dmitry Lomov (no reviews)
lgtm with a nit. https://codereview.chromium.org/255333004/diff/1/src/runtime.cc File src/runtime.cc (right): https://codereview.chromium.org/255333004/diff/1/src/runtime.cc#newcode961 src/runtime.cc:961: RUNTIME_ASSERT(arrayId >= 1 && arrayId ...
6 years, 7 months ago (2014-04-30 13:09:15 UTC) #2
Jakob Kummerow
Thanks, landing. https://codereview.chromium.org/255333004/diff/1/src/runtime.cc File src/runtime.cc (right): https://codereview.chromium.org/255333004/diff/1/src/runtime.cc#newcode961 src/runtime.cc:961: RUNTIME_ASSERT(arrayId >= 1 && arrayId <= 9); ...
6 years, 7 months ago (2014-04-30 13:15:35 UTC) #3
Jakob Kummerow
6 years, 7 months ago (2014-04-30 13:19:35 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r21090 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698