DescriptionFix missing exception check in typed array constructor.
The typed array constructor might fail if the first argument is an
object with a length property. Accessing the property can cause an
exception to be thrown and an explicit check needs to be performed.
R=verwaest@chromium.org
BUG=chromium:168545
TEST=mjsunit/regress/regress-crbug-168545.js
Committed: http://code.google.com/p/v8/source/detail?r=13325
Patch Set 1 #Messages
Total messages: 3 (0 generated)
|