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 6517010: Fix a potential crash bug in keyed calls for non-string keys. (Closed)

Created:
9 years, 10 months ago by fschneider
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix a potential crash bug in keyed calls for non-string keys. BUG=v8:1146 Committed: http://code.google.com/p/v8/source/detail?r=6773

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -2 lines) Patch
M src/arm/ic-arm.cc View 2 chunks +10 lines, -0 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 2 chunks +15 lines, -2 lines 0 comments Download
M src/ia32/ic-ia32.cc View 2 chunks +10 lines, -0 lines 0 comments Download
M src/x64/ic-x64.cc View 2 chunks +9 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 chunk +11 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-1146.js View 1 chunk +48 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
9 years, 10 months ago (2011-02-14 13:05:07 UTC) #1
Mads Ager (chromium)
9 years, 10 months ago (2011-02-14 13:11:48 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698