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

Issue 196513004: Clean up ClosureMirror.invoke(#call, ...). (Closed)

Created:
6 years, 9 months ago by rmacnak
Modified:
6 years, 9 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 1

Patch Set 2 : adapt to alternate implementation of closure.call #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -51 lines) Patch
M runtime/lib/mirrors.cc View 1 1 chunk +0 lines, -17 lines 0 comments Download
M runtime/lib/mirrors_impl.dart View 1 1 chunk +1 line, -32 lines 0 comments Download
M runtime/vm/bootstrap_natives.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M tests/lib/lib.status View 1 2 chunks +2 lines, -1 line 0 comments Download
A tests/lib/mirrors/invoke_call_on_closure_test.dart View 1 1 chunk +68 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
rmacnak
6 years, 9 months ago (2014-03-13 01:40:54 UTC) #1
Florian Schneider
dbc: https://codereview.chromium.org/196513004/diff/1/runtime/lib/mirrors_impl.dart File runtime/lib/mirrors_impl.dart (right): https://codereview.chromium.org/196513004/diff/1/runtime/lib/mirrors_impl.dart#newcode463 runtime/lib/mirrors_impl.dart:463: // return this.invoke(#call, positionalArguments, namedArguments); Functions now have ...
6 years, 9 months ago (2014-03-13 08:14:18 UTC) #2
Florian Schneider
On 2014/03/13 08:14:18, Florian Schneider wrote: > dbc: > > https://codereview.chromium.org/196513004/diff/1/runtime/lib/mirrors_impl.dart > File runtime/lib/mirrors_impl.dart (right): ...
6 years, 9 months ago (2014-03-13 10:41:22 UTC) #3
rmacnak
On 2014/03/13 10:41:22, Florian Schneider wrote: > On 2014/03/13 08:14:18, Florian Schneider wrote: > > ...
6 years, 9 months ago (2014-03-13 17:26:27 UTC) #4
gbracha
test lgtm
6 years, 9 months ago (2014-03-13 18:30:22 UTC) #5
rmacnak
Adapted to the new implementation of closure.call. Just deletions now, modulo the test :)
6 years, 9 months ago (2014-03-17 20:23:48 UTC) #6
siva
lgtm
6 years, 9 months ago (2014-03-17 22:43:49 UTC) #7
rmacnak
6 years, 9 months ago (2014-03-17 23:43:37 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 manually as r33790 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698