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

Issue 15777007: Re-land: Implement ObservedArrayPop, ObservedArrayShift, ObservedArrayUnshift & ObservedArraySplice (Closed)

Created:
7 years, 6 months ago by rafaelw
Modified:
7 years, 6 months ago
Reviewers:
adamk, rossberg
CC:
v8-dev
Visibility:
Public.

Description

Re-land: Implement ObservedArrayPop, ObservedArrayShift, ObservedArrayUnshift & ObservedArraySplice Original issue: https://codereview.chromium.org/15331002/ Broke mozilla/js1_5/Array/regress-451483.js, which ends up attempting to call %IsObserved() on a non-object. IsObserved now checks for JSReceiver and returns false rather than crashing. R=adamk@chromium.org, rossberg@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=14888

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+210 lines, -51 lines) Patch
M src/array.js View 10 chunks +143 lines, -34 lines 0 comments Download
M src/runtime.cc View 1 chunk +3 lines, -1 line 0 comments Download
M test/mjsunit/harmony/object-observe.js View 3 chunks +64 lines, -16 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
rafaelw
7 years, 6 months ago (2013-05-28 18:54:20 UTC) #1
adamk
lgtm
7 years, 6 months ago (2013-05-28 18:55:31 UTC) #2
rossberg
lgtm
7 years, 6 months ago (2013-05-29 10:27:23 UTC) #3
adamk
7 years, 6 months ago (2013-05-29 17:26:10 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r14888 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698