DescriptionFix missing fast property accessors in heap snapshots.
Implementation for this case
var x = {};
x.__defineGetter__("y", function Y() { return 42; });
BUG=v8:1818
TEST=cctest/test-heap-profiler/FastCaseGetter
Committed: http://code.google.com/p/v8/source/detail?r=9985
Patch Set 1 #Patch Set 2 : small adjustments for tests #
Total comments: 5
Patch Set 3 : comments addressed #
Total comments: 2
Messages
Total messages: 6 (0 generated)
|