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

Issue 10834270: Implement call operator. (Closed)

Created:
8 years, 4 months ago by floitsch
Modified:
8 years, 4 months ago
Reviewers:
ahe, kasperl
CC:
reviews_dartlang.org, ahe
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 10

Patch Set 2 : Address comments. #

Patch Set 3 : rebase #

Patch Set 4 : Fix. #

Patch Set 5 : Simplify nested loop and add TODO.p #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -29 lines) Patch
M lib/compiler/implementation/compiler.dart View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M lib/compiler/implementation/elements/elements.dart View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M lib/compiler/implementation/enqueue.dart View 1 2 3 4 1 chunk +5 lines, -1 line 0 comments Download
M lib/compiler/implementation/lib/js_helper.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M lib/compiler/implementation/namer.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M lib/compiler/implementation/resolved_visitor.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/compiler/implementation/resolver.dart View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M lib/compiler/implementation/typechecker.dart View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/closure_codegen_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/call_operator_test.dart View 1 1 chunk +12 lines, -12 lines 0 comments Download
M tests/language/language_dart2js.status View 1 2 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
floitsch
8 years, 4 months ago (2012-08-10 09:03:58 UTC) #1
ahe
LGTM! https://chromiumcodereview.appspot.com/10834270/diff/1/lib/compiler/implementation/resolver.dart File lib/compiler/implementation/resolver.dart (right): https://chromiumcodereview.appspot.com/10834270/diff/1/lib/compiler/implementation/resolver.dart#newcode1197 lib/compiler/implementation/resolver.dart:1197: (target == null || === for consistency with ...
8 years, 4 months ago (2012-08-10 09:11:35 UTC) #2
ahe
https://chromiumcodereview.appspot.com/10834270/diff/1/lib/compiler/implementation/resolver.dart File lib/compiler/implementation/resolver.dart (right): https://chromiumcodereview.appspot.com/10834270/diff/1/lib/compiler/implementation/resolver.dart#newcode1198 lib/compiler/implementation/resolver.dart:1198: target.isGetter() || On 2012/08/10 09:11:35, ahe wrote: > I ...
8 years, 4 months ago (2012-08-10 09:15:49 UTC) #3
kasperl
LGTM. https://chromiumcodereview.appspot.com/10834270/diff/1/lib/compiler/implementation/namer.dart File lib/compiler/implementation/namer.dart (right): https://chromiumcodereview.appspot.com/10834270/diff/1/lib/compiler/implementation/namer.dart#newcode110 lib/compiler/implementation/namer.dart:110: if (name == const SourceString("call")) name = CLOSURE_INVOCATION_NAME; ...
8 years, 4 months ago (2012-08-10 10:16:28 UTC) #4
floitsch
https://chromiumcodereview.appspot.com/10834270/diff/1/lib/compiler/implementation/namer.dart File lib/compiler/implementation/namer.dart (right): https://chromiumcodereview.appspot.com/10834270/diff/1/lib/compiler/implementation/namer.dart#newcode110 lib/compiler/implementation/namer.dart:110: if (name == const SourceString("call")) name = CLOSURE_INVOCATION_NAME; On ...
8 years, 4 months ago (2012-08-10 12:19:16 UTC) #5
floitsch
Fix submitted TBR=ahe.
8 years, 4 months ago (2012-08-10 14:19:09 UTC) #6
ahe
8 years, 4 months ago (2012-08-16 20:53:14 UTC) #7
Still LGTM.

FWIW, Kasper already got rid of the extra loop.

Powered by Google App Engine
This is Rietveld 408576698