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

Issue 2928009: Fix GenerateNegativeLookup to work with non-symbols as a dictionary key. (Closed)

Created:
10 years, 5 months ago by SeRya
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix GenerateNegativeLookup to work with non-symbols as a dictionary key. Committed: http://code.google.com/p/v8/source/detail?r=5071

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -0 lines) Patch
M src/arm/stub-cache-arm.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M test/mjsunit/call-stub.js View 1 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
SeRya
http://codereview.chromium.org/2801018 was written supposing dictionary can only contain symbols as keys. Vlad pointed me that ...
10 years, 5 months ago (2010-07-14 14:49:28 UTC) #1
Mads Ager (chromium)
LGTM, we need to push this to the 2.2 branch when comitted.
10 years, 5 months ago (2010-07-15 06:00:36 UTC) #2
SeRya
10 years, 5 months ago (2010-07-15 06:17:28 UTC) #3
Fixed LINT error.

Powered by Google App Engine
This is Rietveld 408576698