DescriptionPartially fix semantics of Array.push()
Semantics of elements accessors are now preserved in all optimized code paths
through Array.push(). Previously it was possible to have inconsistent behavior
between optimized and unoptimized code, and there were cases where element
accessors were completely ingored.
R=verwaest@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=20655
Patch Set 1 #Patch Set 2 : Fix internal RegExp use of naked Array #Patch Set 3 : Add missing test case #
Messages
Total messages: 3 (0 generated)
|