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

Issue 2871953002: Refactor argument evaluation for static invocation (Closed)

Created:
3 years, 7 months ago by zhivkag
Modified:
3 years, 7 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : Move application continuations #

Patch Set 3 : Remove name getter from ArgumentExpression #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+199 lines, -130 lines) Patch
M pkg/kernel/lib/interpreter/interpreter.dart View 1 2 8 chunks +199 lines, -130 lines 2 comments Download

Messages

Total messages: 9 (2 generated)
zhivkag
Hi, This change refactors the evaluation of arguments for static invocation as we discussed offline. ...
3 years, 7 months ago (2017-05-10 07:10:50 UTC) #2
Dmitry Stefantsov
Nice! LGTM. I have only one comment which is more a question than a suggestion. ...
3 years, 7 months ago (2017-05-10 08:08:49 UTC) #3
zhivkag
Thanks! https://codereview.chromium.org/2871953002/diff/1/pkg/kernel/lib/interpreter/interpreter.dart File pkg/kernel/lib/interpreter/interpreter.dart (right): https://codereview.chromium.org/2871953002/diff/1/pkg/kernel/lib/interpreter/interpreter.dart#newcode390 pkg/kernel/lib/interpreter/interpreter.dart:390: String get name => throw 'PositionalArgumentExpression has no ...
3 years, 7 months ago (2017-05-10 08:27:07 UTC) #4
Dmitry Stefantsov
https://codereview.chromium.org/2871953002/diff/40001/pkg/kernel/lib/interpreter/interpreter.dart File pkg/kernel/lib/interpreter/interpreter.dart (right): https://codereview.chromium.org/2871953002/diff/40001/pkg/kernel/lib/interpreter/interpreter.dart#newcode574 pkg/kernel/lib/interpreter/interpreter.dart:574: (currentArgument as NamedArgumentExpression).name, v); Btw, we don't need the ...
3 years, 7 months ago (2017-05-10 08:41:45 UTC) #5
Kevin Millikin (Google)
LGTM!
3 years, 7 months ago (2017-05-10 08:59:14 UTC) #6
zhivkag
Thanks! https://codereview.chromium.org/2871953002/diff/40001/pkg/kernel/lib/interpreter/interpreter.dart File pkg/kernel/lib/interpreter/interpreter.dart (right): https://codereview.chromium.org/2871953002/diff/40001/pkg/kernel/lib/interpreter/interpreter.dart#newcode574 pkg/kernel/lib/interpreter/interpreter.dart:574: (currentArgument as NamedArgumentExpression).name, v); On 2017/05/10 08:41:45, Dmitry ...
3 years, 7 months ago (2017-05-10 09:11:07 UTC) #7
zhivkag
3 years, 7 months ago (2017-05-10 09:11:46 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
8ea3c3b3e629fb704e5e04da33a4d2205dd8cc41 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698