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

Issue 11566027: Object.oberve: assertions to narrow down flaky crashes with array length mutation. (Closed)

Created:
8 years ago by rossberg
Modified:
8 years ago
Reviewers:
Michael Starzinger
CC:
v8-dev, adamk, rafaelw
Visibility:
Public.

Description

Object.oberve: assertions to narrow down flaky crashes with array length mutation. R=mstarzinger@chromium.org BUG=v8:2409 Committed: http://code.google.com/p/v8/source/detail?r=13221

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressing comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -21 lines) Patch
M src/objects.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/objects-debug.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/objects-inl.h View 1 2 chunks +21 lines, -12 lines 0 comments Download
M src/runtime.cc View 3 chunks +10 lines, -6 lines 0 comments Download
M test/mjsunit/harmony/object-observe.js View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
rossberg
8 years ago (2012-12-14 09:49:35 UTC) #1
Michael Starzinger
https://codereview.chromium.org/11566027/diff/1/src/objects-inl.h File src/objects-inl.h (right): https://codereview.chromium.org/11566027/diff/1/src/objects-inl.h#newcode1425 src/objects-inl.h:1425: if (is_observed) old_map->set_is_observed(false); This modifies the old_map before a ...
8 years ago (2012-12-14 11:47:51 UTC) #2
rossberg
https://codereview.chromium.org/11566027/diff/1/src/objects-inl.h File src/objects-inl.h (right): https://codereview.chromium.org/11566027/diff/1/src/objects-inl.h#newcode1425 src/objects-inl.h:1425: if (is_observed) old_map->set_is_observed(false); On 2012/12/14 11:47:51, Michael Starzinger wrote: ...
8 years ago (2012-12-14 12:18:14 UTC) #3
Michael Starzinger
8 years ago (2012-12-14 12:26:10 UTC) #4
LGTM.

Powered by Google App Engine
This is Rietveld 408576698