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

Issue 12045019: Fix braino with return types, and make sure the compiler knows we might call noSuchMethod with a JS… (Closed)

Created:
7 years, 11 months ago by ngeoffray
Modified:
7 years, 11 months ago
Reviewers:
kasperl
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix braino with return types, and make sure the compiler knows we might call noSuchMethod with a JSInvocationMirror. Committed: https://code.google.com/p/dart/source/detail?r=17397

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -11 lines) Patch
M sdk/lib/_internal/compiler/implementation/js_backend/backend.dart View 1 7 chunks +23 lines, -11 lines 0 comments Download
A tests/language/no_such_method2_test.dart View 1 chunk +31 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
ngeoffray
7 years, 11 months ago (2013-01-22 13:13:46 UTC) #1
kasperl
LGTM. https://codereview.chromium.org/12045019/diff/1/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart File sdk/lib/_internal/compiler/implementation/js_backend/backend.dart (right): https://codereview.chromium.org/12045019/diff/1/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart#newcode643 sdk/lib/_internal/compiler/implementation/js_backend/backend.dart:643: bool oneClassSeen = false; firstClassSeen?
7 years, 11 months ago (2013-01-22 13:16:01 UTC) #2
ngeoffray
7 years, 11 months ago (2013-01-22 13:19:42 UTC) #3
Thanks Kasper.

https://codereview.chromium.org/12045019/diff/1/sdk/lib/_internal/compiler/im...
File sdk/lib/_internal/compiler/implementation/js_backend/backend.dart (right):

https://codereview.chromium.org/12045019/diff/1/sdk/lib/_internal/compiler/im...
sdk/lib/_internal/compiler/implementation/js_backend/backend.dart:643: bool
oneClassSeen = false;
On 2013/01/22 13:16:01, kasperl wrote:
> firstClassSeen?

Senamed to seenAnyClass.

Powered by Google App Engine
This is Rietveld 408576698