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

Issue 177883002: Fix crasher in Object.getOwnPropertySymbols (Closed)

Created:
6 years, 10 months ago by rossberg
Modified:
6 years, 10 months ago
Visibility:
Public.

Description

Fix crasher in Object.getOwnPropertySymbols R=arv@chromium.org, mstarzinger@chromium.org BUG=346141 LOG=Y Committed: https://code.google.com/p/v8/source/detail?r=19539

Patch Set 1 #

Total comments: 2

Patch Set 2 : Comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -16 lines) Patch
M src/objects.cc View 1 3 chunks +5 lines, -7 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-346141.js View 1 chunk +7 lines, -9 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
rossberg
PTAL
6 years, 10 months ago (2014-02-24 14:10:39 UTC) #1
Michael Starzinger
https://codereview.chromium.org/177883002/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/177883002/diff/1/src/objects.cc#newcode15523 src/objects.cc:15523: if (HashTable<Shape, Key>::IsKey(k)) { Shouldn't the fix also apply ...
6 years, 10 months ago (2014-02-24 14:23:40 UTC) #2
rossberg
https://codereview.chromium.org/177883002/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/177883002/diff/1/src/objects.cc#newcode15523 src/objects.cc:15523: if (HashTable<Shape, Key>::IsKey(k)) { On 2014/02/24 14:23:40, Michael Starzinger ...
6 years, 10 months ago (2014-02-24 14:42:29 UTC) #3
Michael Starzinger
LGTM.
6 years, 10 months ago (2014-02-24 15:12:59 UTC) #4
arv (Not doing code reviews)
LGTM
6 years, 10 months ago (2014-02-24 15:48:23 UTC) #5
rossberg
6 years, 10 months ago (2014-02-25 12:01:41 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r19539.

Powered by Google App Engine
This is Rietveld 408576698