DescriptionBypass JS accessors when building error array.
In the presence of JS accessors for elements on Object.prototype JSArray::SetFastElement
may throw or its behaviour can be altered. Instead operate on plain FixedArrays and
turn them into JSArry later.
BUG=v8:1130
TEST=test/mjsunit/regress/regress-1130.js
Committed: http://code.google.com/p/v8/source/detail?r=6730
Patch Set 1 #
Total comments: 5
Patch Set 2 : Addressing Lasse's concerns #
Messages
Total messages: 3 (0 generated)
|