DescriptionFix identity hash code function to respect flag.
The flag passed to JSObject::GetIdentityHash() was not respected so far
and an indentity hash code was generated even when the flag requested
not to do so. This could lead to a rare corner cases (for which a test
case was added) where a GC request would have been dropped.
R=rossberg@chromium.org
TEST=cctest/test-dictionary
Committed: http://code.google.com/p/v8/source/detail?r=9801
Patch Set 1 #
Total comments: 4
Patch Set 2 : Addressed comments by Andreas Rossberg. #
Messages
Total messages: 3 (0 generated)
|