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

Issue 3781014: Fix missing check for GC failure in number dictionary code. (Closed)

Created:
10 years, 2 months ago by Erik Corry
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix missing check for GC failure in number dictionary code. Committed: http://code.google.com/p/v8/source/detail?r=5640

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M src/objects.cc View 1 chunk +3 lines, -1 line 1 comment Download

Messages

Total messages: 2 (0 generated)
Erik Corry
10 years, 2 months ago (2010-10-18 07:53:10 UTC) #1
Mads Ager (chromium)
10 years, 2 months ago (2010-10-18 10:04:16 UTC) #2
LGTM except for the name.

http://codereview.chromium.org/3781014/diff/1/2
File src/objects.cc (right):

http://codereview.chromium.org/3781014/diff/1/2#newcode8594
src/objects.cc:8594: Object* okey = NumberDictionaryShape::AsObject(key);
I don't like the name. key_object?

Powered by Google App Engine
This is Rietveld 408576698