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

Issue 23685004: Don't throw when there is an "onError" for int.parse. (Closed)

Created:
7 years, 3 months ago by floitsch
Modified:
7 years, 3 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Don't throw when there is an "onError" for int.parse. Even though the error is caught immediately we don't want "break on exception" developer tools stop at the parseInt case if there is a handler. BUG= http://dartbug.com/12776 R=lrn@google.com Committed: https://code.google.com/p/dart/source/detail?r=27005

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -12 lines) Patch
M runtime/lib/integers.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M runtime/lib/integers_patch.dart View 1 chunk +10 lines, -9 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
floitsch
7 years, 3 months ago (2013-08-30 11:04:40 UTC) #1
Lasse Reichstein Nielsen
LGTM! Excellent!
7 years, 3 months ago (2013-08-30 12:48:52 UTC) #2
floitsch
7 years, 3 months ago (2013-09-02 09:36:41 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r27005 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698