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

Issue 7268002: Error checking for length parameter of external array constructors in shell (Closed)

Created:
9 years, 6 months ago by Jakob Kummerow
Modified:
9 years, 5 months ago
Reviewers:
Lasse Reichstein
CC:
v8-dev
Visibility:
Public.

Description

Error checking for length parameter of external array constructors in shell BUG=v8:1501 Committed: http://code.google.com/p/v8/source/detail?r=8458

Patch Set 1 #

Total comments: 12

Patch Set 2 : address comments #

Patch Set 3 : better range test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -9 lines) Patch
M samples/shell.cc View 1 2 1 chunk +29 lines, -4 lines 0 comments Download
M src/d8.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/d8.cc View 1 2 1 chunk +26 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Jakob Kummerow
PTAL.
9 years, 6 months ago (2011-06-28 09:06:58 UTC) #1
Lasse Reichstein
LGTM with comments. http://codereview.chromium.org/7268002/diff/1/samples/shell.cc File samples/shell.cc (right): http://codereview.chromium.org/7268002/diff/1/samples/shell.cc#newcode500 samples/shell.cc:500: size_t element_size) { Let's ASSERT that ...
9 years, 6 months ago (2011-06-28 09:28:58 UTC) #2
Lasse Reichstein
http://codereview.chromium.org/7268002/diff/1/samples/shell.cc File samples/shell.cc (right): http://codereview.chromium.org/7268002/diff/1/samples/shell.cc#newcode505 samples/shell.cc:505: if (args[0]->Int32Value() < 0) { That is, ofcourse, unless ...
9 years, 6 months ago (2011-06-28 09:44:08 UTC) #3
Jakob Kummerow
Thanks for the review. I've addressed your comments. If there's anything else, I'm happy to ...
9 years, 5 months ago (2011-06-28 14:02:38 UTC) #4
Lasse Reichstein
LGTM http://codereview.chromium.org/7268002/diff/1/samples/shell.cc File samples/shell.cc (right): http://codereview.chromium.org/7268002/diff/1/samples/shell.cc#newcode505 samples/shell.cc:505: if (args[0]->Int32Value() < 0) { An unsigned long ...
9 years, 5 months ago (2011-06-29 08:51:05 UTC) #5
Jakob Kummerow
9 years, 5 months ago (2011-06-29 10:28:04 UTC) #6
landed.

Powered by Google App Engine
This is Rietveld 408576698