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

Issue 10035060: Fix bug in forced-deletion of globals. (Closed)

Created:
8 years, 8 months ago by fschneider
Modified:
8 years, 8 months ago
Reviewers:
Sven Panne
CC:
v8-dev
Visibility:
Public.

Description

Fix bug in forced-deletion of globals. When inling functions across contexts in optimized code and using ForceDelete from the API to delete a DontDelete global property we can end up returning the hole value instead of throwing a ReferenceError as expected after accessing a deleted global variable. BUG=v8:2092 TEST=test/cctest/test-api/InlinedFunctionAcrossContexts Committed: https://code.google.com/p/v8/source/detail?r=11396

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -4 lines) Patch
M src/api.cc View 1 1 chunk +7 lines, -3 lines 0 comments Download
M test/cctest/test-api.cc View 2 chunks +40 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
8 years, 8 months ago (2012-04-20 09:35:25 UTC) #1
Sven Panne
8 years, 8 months ago (2012-04-20 09:52:34 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698