DescriptionProperly handle-ify method calls to map() and GetLocalElementAccessorPair()
These are likely causing some of the flaky crashes in Object.observe code. I've reorganized some of the code to minimize the number of necessary calls to map() (by saving the result of map()->is_observed() in a local bool).
Also move down an unnecessarily early call to Uint32ToString when sending an element deletion notification.
Committed: https://code.google.com/p/v8/source/detail?r=13070
Patch Set 1 #Patch Set 2 : Also fix calls to map() #Messages
Total messages: 2 (0 generated)
|