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

Issue 24493006: Implement named arguments in InstanceMirror.invoke. (Closed)

Created:
7 years, 2 months ago by ahe
Modified:
7 years, 2 months ago
Reviewers:
ngeoffray
CC:
reviews_dartlang.org, kasperl, Johnni Winther, zarah, rmacnak
Visibility:
Public.

Description

Implement named arguments in InstanceMirror.invoke. BUG=http://dartbug.com/12863 R=ngeoffray@google.com Committed: https://code.google.com/p/dart/source/detail?r=27936

Patch Set 1 #

Patch Set 2 : Tweaked test to get a little test coverage #

Unified diffs Side-by-side diffs Delta from patch set Stats (+158 lines, -36 lines) Patch
M dart/sdk/lib/_internal/compiler/implementation/js/builder.dart View 1 chunk +8 lines, -0 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart View 1 8 chunks +46 lines, -4 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/js_backend/namer.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M dart/sdk/lib/_internal/lib/js_helper.dart View 1 chunk +0 lines, -1 line 0 comments Download
M dart/sdk/lib/_internal/lib/js_mirrors.dart View 1 4 chunks +64 lines, -9 lines 0 comments Download
M dart/tests/lib/lib.status View 1 1 chunk +1 line, -1 line 0 comments Download
M dart/tests/lib/mirrors/invoke_named_test.dart View 1 12 chunks +30 lines, -17 lines 0 comments Download
M dart/tests/lib/mirrors/invoke_test.dart View 1 5 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
ahe
This should implement named arguments, but doesn't yet invoke noSuchMethod when something is wrong.
7 years, 2 months ago (2013-09-25 14:24:41 UTC) #1
ngeoffray
LGTM!
7 years, 2 months ago (2013-09-25 14:32:51 UTC) #2
ahe
Thank you, Nicolas! I'm going to submit this as soon as I'm confident that the ...
7 years, 2 months ago (2013-09-26 08:16:58 UTC) #3
ngeoffray
Still LGTM
7 years, 2 months ago (2013-09-26 08:23:11 UTC) #4
ahe
7 years, 2 months ago (2013-09-26 09:08:26 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r27936 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698