DescriptionImprove the v8::Object uniqueness check in V8ValueConverterImpl
Previously it used a set with identity hashes of the objects.
Those are not necessarily unique, so now it also stores the handle (with the id hashes as keys), and checks the handle equality for objects with identical hashes.
BUG=177662
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=189284
Patch Set 1 : #
Total comments: 10
Patch Set 2 : Comments addressed #
Total comments: 2
Patch Set 3 : Comments addressed + unit tests added #
Total comments: 2
Messages
Total messages: 13 (0 generated)
|