DescriptionDon't leak contexts in Object.observe
The Object.observe API may construct internal structures as a result of API calls. These structures can persist as long as an object that was once observed persists. This patch ensures that these structures are created in the correct context so as to avoid leaking contexts
R=verwaest@chromium.org, dcarney
BUG=
Committed: https://code.google.com/p/v8/source/detail?r=21126
Patch Set 1 #Patch Set 2 : test passes #Patch Set 3 : try to use correct base #Patch Set 4 : one more test #
Total comments: 4
Patch Set 5 : cr comments #
Total comments: 9
Messages
Total messages: 10 (0 generated)
|