DescriptionMove logic for hidden properties into the JSObject.
Previously, the logic using the hidden properties backing object was
spread accross use sites. Now it's all contained in JSObject, with
only simple accessors available.
Also change the backing object to be a StringDictionary rather than a JSObject.
There's still room for improvement by making a hash-table that don't
store property details as well.
Committed: http://code.google.com/p/v8/source/detail?r=9510
Patch Set 1 #
Total comments: 3
Patch Set 2 : Add missing object-> #Patch Set 3 : Now with recursion #
Total comments: 3
Patch Set 4 : Fix typo. #
Messages
Total messages: 5 (0 generated)
|