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

Issue 6568007: Fix array concat to follow the specification in the presence of element getters. (Closed)

Created:
9 years, 10 months ago by Lasse Reichstein
Modified:
9 years, 6 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Fix array concat to follow the specification in the presence of element getters. Also fix issue 1175 and 1177. BUG=v8:1175 Committed: http://code.google.com/p/v8/source/detail?r=6934

Patch Set 1 #

Total comments: 24

Patch Set 2 : git utd #

Unified diffs Side-by-side diffs Delta from patch set Stats (+463 lines, -289 lines) Patch
M src/array.js View 1 chunk +0 lines, -1 line 0 comments Download
M src/handles.h View 1 2 chunks +50 lines, -1 line 0 comments Download
M src/handles-inl.h View 1 2 chunks +12 lines, -2 lines 0 comments Download
M src/objects-inl.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/runtime.cc View 1 2 chunks +354 lines, -284 lines 0 comments Download
M test/mjsunit/array-concat.js View 2 chunks +43 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Lasse Reichstein
9 years, 10 months ago (2011-02-23 13:57:37 UTC) #1
Erik Corry
LGTM http://codereview.chromium.org/6568007/diff/1/src/handles.h File src/handles.h (right): http://codereview.chromium.org/6568007/diff/1/src/handles.h#newcode101 src/handles.h:101: class RootVar { I think I would prefer ...
9 years, 10 months ago (2011-02-24 10:36:56 UTC) #2
Lasse Reichstein
http://codereview.chromium.org/6568007/diff/1/src/handles.h File src/handles.h (right): http://codereview.chromium.org/6568007/diff/1/src/handles.h#newcode101 src/handles.h:101: class RootVar { Renamed to HandleCell. The name MutableHandle ...
9 years, 10 months ago (2011-02-24 13:44:41 UTC) #3
Lasse Reichstein
9 years, 10 months ago (2011-02-24 13:45:49 UTC) #4

Powered by Google App Engine
This is Rietveld 408576698