Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(387)

Issue 11791052: Fix missing exception check in typed array constructor (2). (Closed)

Created:
7 years, 11 months ago by Michael Starzinger
Modified:
7 years, 11 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Visibility:
Public.

Description

Fix missing exception check in typed array constructor (2). This fixes another crash when the the typed array constructor accesses an array that has a throwing accessor defined on one of it's elements. R=verwaest@chromium.org BUG=chromium:168545 TEST=mjsunit/regress/regress-crbug-168545.js Committed: http://code.google.com/p/v8/source/detail?r=13351

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -1 line) Patch
M src/d8.cc View 1 chunk +5 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-crbug-168545.js View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Michael Starzinger
7 years, 11 months ago (2013-01-08 16:38:59 UTC) #1
Toon Verwaest
7 years, 11 months ago (2013-01-10 10:05:07 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698