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

Issue 7670023: Fix GC unsafe place in JSProxy::DeletePropertyWithHandler. (Closed)

Created:
9 years, 4 months ago by Vyacheslav Egorov (Chromium)
Modified:
9 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix GC unsafe place in JSProxy::DeletePropertyWithHandler. Committed: http://code.google.com/p/v8/source/detail?r=8952

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M src/objects.cc View 1 chunk +2 lines, -1 line 1 comment Download

Messages

Total messages: 4 (0 generated)
Vyacheslav Egorov (Chromium)
9 years, 4 months ago (2011-08-17 09:17:12 UTC) #1
rossberg
LGTM Man, this is subtle. Thanks for fixing!
9 years, 4 months ago (2011-08-17 09:35:43 UTC) #2
wingo
Out of curiousity, what was the issue? I assume that the call could have triggered ...
9 years, 4 months ago (2011-08-17 09:56:58 UTC) #3
Vitaly Repeshko
9 years, 4 months ago (2011-08-17 12:27:39 UTC) #4
http://codereview.chromium.org/7670023/diff/1/src/objects.cc
File src/objects.cc (right):

http://codereview.chromium.org/7670023/diff/1/src/objects.cc#newcode2322
src/objects.cc:2322: bool_result == isolate->heap()->false_value()) {
Whoa, nice catch!

Powered by Google App Engine
This is Rietveld 408576698