Description[keys] keep track of the last non-empty prototype
Without the boundary prototypes we have to keep track of all shadowing properties
throughout the complete prototype chain. This contradicts the finding that most
objects have a rather large number of non-enumerable properties on the prototype
chain.
BUG=v8:705, v8:4905, v8:4706
Committed: https://crrev.com/991968029cc8452077a7f8e069a2eb7ce36fca49
Cr-Commit-Position: refs/heads/master@{#36776}
Patch Set 1 #
Total comments: 1
Patch Set 2 : cleanup #Patch Set 3 : unskipping tests #
Total comments: 1
Patch Set 4 : addressing nit #Patch Set 5 : fix var init #Patch Set 6 : do not initialize handle with nullptr #Messages
Total messages: 17 (9 generated)
|