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

Issue 2991903002: Add Closure call method to created closure class (Closed)

Created:
3 years, 4 months ago by Emily Fortuna
Modified:
3 years, 4 months ago
Reviewers:
Johnni Winther, sra1
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add Closure call method to created closure class. BUG= R=sra@google.com Committed: https://github.com/dart-lang/sdk/commit/a1f911c5990e353f735841c9c28728246830c0bc

Patch Set 1 : . #

Total comments: 6

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -79 lines) Patch
M pkg/compiler/lib/src/js_model/closure.dart View 1 7 chunks +15 lines, -71 lines 0 comments Download
M pkg/compiler/lib/src/js_model/closure_visitors.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_model/elements.dart View 1 2 chunks +16 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/js_model/js_strategy.dart View 1 1 chunk +9 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/js_model/locals.dart View 1 1 chunk +8 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/kernel/element_map_impl.dart View 1 5 chunks +54 lines, -2 lines 0 comments Download

Messages

Total messages: 16 (11 generated)
Emily Fortuna
NOT FOR REVIEW! This is just for discussion. https://codereview.chromium.org/2991903002/diff/1/pkg/compiler/lib/src/kernel/element_map_impl.dart File pkg/compiler/lib/src/kernel/element_map_impl.dart (right): https://codereview.chromium.org/2991903002/diff/1/pkg/compiler/lib/src/kernel/element_map_impl.dart#newcode2009 pkg/compiler/lib/src/kernel/element_map_impl.dart:2009: _memberData.add(new ...
3 years, 4 months ago (2017-07-27 21:05:52 UTC) #2
Emily Fortuna
oh, and I should mention the easiest way to hit this error is to run: ...
3 years, 4 months ago (2017-07-27 21:07:30 UTC) #3
sra1
LGTM with a few nits https://codereview.chromium.org/2991903002/diff/140001/pkg/compiler/lib/src/js_model/elements.dart File pkg/compiler/lib/src/js_model/elements.dart (right): https://codereview.chromium.org/2991903002/diff/140001/pkg/compiler/lib/src/js_model/elements.dart#newcode523 pkg/compiler/lib/src/js_model/elements.dart:523: class ClosureCall extends JFunction ...
3 years, 4 months ago (2017-07-28 22:09:40 UTC) #13
Emily Fortuna
https://codereview.chromium.org/2991903002/diff/140001/pkg/compiler/lib/src/js_model/elements.dart File pkg/compiler/lib/src/js_model/elements.dart (right): https://codereview.chromium.org/2991903002/diff/140001/pkg/compiler/lib/src/js_model/elements.dart#newcode523 pkg/compiler/lib/src/js_model/elements.dart:523: class ClosureCall extends JFunction { On 2017/07/28 22:09:40, sra1 ...
3 years, 4 months ago (2017-07-28 23:17:08 UTC) #14
Emily Fortuna
3 years, 4 months ago (2017-07-30 21:08:45 UTC) #16
Message was sent while issue was closed.
Committed patchset #2 (id:160001) manually as
a1f911c5990e353f735841c9c28728246830c0bc (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698