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

Issue 649063003: Array.prototype.{slice,splice} should use [[DefineOwnProperty]] to generate return value (Closed)

Created:
6 years, 2 months ago by adamk
Modified:
6 years, 2 months ago
Reviewers:
Michael Starzinger
CC:
arv (Not doing code reviews), v8-dev, Toon Verwaest
Project:
v8
Visibility:
Public.

Description

Array.prototype.{slice,splice} should use [[DefineOwnProperty]] to generate return value BUG=chromium:423633 LOG=N R=mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=24784

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -1 line) Patch
M src/array.js View 1 chunk +3 lines, -1 line 1 comment Download
A test/mjsunit/regress/regress-423633.js View 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
adamk
6 years, 2 months ago (2014-10-15 21:29:37 UTC) #2
adamk
Ping?
6 years, 2 months ago (2014-10-20 23:02:39 UTC) #3
Michael Starzinger
LGTM (rubber-stamped). https://codereview.chromium.org/649063003/diff/1/src/array.js File src/array.js (right): https://codereview.chromium.org/649063003/diff/1/src/array.js#newcode288 src/array.js:288: if (!IS_UNDEFINED(current) || index in array) { ...
6 years, 2 months ago (2014-10-21 08:07:48 UTC) #4
adamk
On 2014/10/21 at 08:07:48, mstarzinger wrote: > LGTM (rubber-stamped). > > https://codereview.chromium.org/649063003/diff/1/src/array.js > File src/array.js ...
6 years, 2 months ago (2014-10-21 17:36:58 UTC) #5
adamk
6 years, 2 months ago (2014-10-21 17:46:48 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 24784 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698