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

Issue 726773002: Throw as per spec when modifying an Array with builtin methods (Closed)

Created:
6 years, 1 month ago by adamk
Modified:
6 years, 1 month ago
CC:
v8-dev, ulan, mvstanton
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Project:
v8
Visibility:
Public.

Description

Throw as per spec when modifying an Array with builtin methods BUG=v8:3684 LOG=n Committed: https://chromium.googlesource.com/v8/v8/+/6d1d522e55fa53feb248aad652eb9275d9300844

Patch Set 1 #

Total comments: 5

Patch Set 2 : Added a TODO #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -130 lines) Patch
M src/builtins.cc View 3 chunks +13 lines, -0 lines 0 comments Download
M src/objects.h View 1 1 chunk +4 lines, -1 line 0 comments Download
M src/objects.cc View 1 chunk +11 lines, -8 lines 0 comments Download
A + test/mjsunit/array-methods-read-only-length.js View 3 chunks +63 lines, -14 lines 0 comments Download
D test/mjsunit/array-push-unshift-read-only-length.js View 1 chunk +0 lines, -107 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
adamk
https://codereview.chromium.org/726773002/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/726773002/diff/1/src/objects.cc#newcode13100 src/objects.cc:13100: bool JSArray::HasReadOnlyLength(Handle<JSArray> array) { Should this just delegate to ...
6 years, 1 month ago (2014-11-13 23:43:29 UTC) #2
Michael Starzinger
LGTM. Added Toon just FYI about the change in the objects.cc file. And Kudos for ...
6 years, 1 month ago (2014-11-14 17:00:23 UTC) #4
adamk
https://codereview.chromium.org/726773002/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/726773002/diff/1/src/objects.cc#newcode13100 src/objects.cc:13100: bool JSArray::HasReadOnlyLength(Handle<JSArray> array) { On 2014/11/14 17:00:22, Michael Starzinger ...
6 years, 1 month ago (2014-11-14 19:13:19 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/726773002/20001
6 years, 1 month ago (2014-11-14 19:14:22 UTC) #7
commit-bot: I haz the power
6 years, 1 month ago (2014-11-14 19:42:09 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001)

Powered by Google App Engine
This is Rietveld 408576698