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

Issue 17675002: Correctly deal with method invocation of a getter. (Closed)

Created:
7 years, 6 months ago by Florian Schneider
Modified:
7 years, 6 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Correctly deal with method invocation of a getter. If getter lookup succeeds, but getter invocation throws an exception, the result is the thrown exception and not as previously noSuchMethod invocation. BUG=https://code.google.com/p/dart/issues/detail?id=11512 TEST=tests/language/method_invocation_test.dart R=srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=24457

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -5 lines) Patch
M runtime/vm/code_generator.cc View 1 1 chunk +2 lines, -5 lines 0 comments Download
M tests/language/method_invocation_test.dart View 1 2 chunks +14 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Florian Schneider
7 years, 6 months ago (2013-06-25 14:14:08 UTC) #1
srdjan
lgtm
7 years, 6 months ago (2013-06-25 15:33:29 UTC) #2
Florian Schneider
7 years, 6 months ago (2013-06-26 08:44:05 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r24457 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698