DescriptionFix the issue with layout tests.
The problem was I incorrectly treated NULL result as failure to fetch
a property with a getter. However, if getter returns zero, it is
manifested as NULL pointer (see added test case).
Good news: that gives another boost as before this CL if getter returned
0, I did another slow lookup.
Committed: http://code.google.com/p/v8/source/detail?r=2106
Patch Set 1 #
Total comments: 4
Patch Set 2 : '' #
Messages
Total messages: 4 (0 generated)
|