DescriptionFix 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 : #
Messages
Total messages: 2 (0 generated)
|