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

Issue 3003963002: Add more tests for closures and change closure indexing to be by FunctionExpression or FunctionDecl… (Closed)

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

Description

Add more tests for closures and change closure indexing to be by FunctionExpression or FunctionDeclaration rather than FunctionNode. BUG= R=sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/63754bba710bc281c98cb3e4db90c944c7159fd7

Patch Set 1 : . #

Patch Set 2 : . #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+313 lines, -102 lines) Patch
M pkg/compiler/lib/src/js_model/closure.dart View 5 chunks +18 lines, -9 lines 0 comments Download
M pkg/compiler/lib/src/js_model/closure_visitors.dart View 3 chunks +22 lines, -6 lines 0 comments Download
M tests/compiler/dart2js/closure/closure_test.dart View 11 chunks +44 lines, -32 lines 4 comments Download
M tests/compiler/dart2js/closure/data/captured_variable.dart View 2 chunks +15 lines, -15 lines 0 comments Download
A tests/compiler/dart2js/closure/data/mixed.dart View 1 chunk +71 lines, -0 lines 1 comment Download
A tests/compiler/dart2js/closure/data/mutations.dart View 1 chunk +66 lines, -0 lines 0 comments Download
A tests/compiler/dart2js/closure/data/nested_closures.dart View 1 chunk +55 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/equivalence/id_equivalence_helper.dart View 3 chunks +11 lines, -8 lines 0 comments Download
M tests/compiler/dart2js_extra/dart2js_extra.status View 2 chunks +0 lines, -2 lines 0 comments Download
M tests/corelib_2/corelib_2.status View 1 2 chunks +2 lines, -0 lines 0 comments Download
M tests/language/language_dart2js.status View 1 15 chunks +2 lines, -19 lines 0 comments Download
M tests/language_2/language_2_dart2js.status View 1 4 chunks +7 lines, -11 lines 0 comments Download

Messages

Total messages: 8 (5 generated)
Emily Fortuna
3 years, 3 months ago (2017-08-26 02:03:45 UTC) #2
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/3003963002/diff/50001/tests/compiler/dart2js/closure/closure_test.dart File tests/compiler/dart2js/closure/closure_test.dart (right): https://codereview.chromium.org/3003963002/diff/50001/tests/compiler/dart2js/closure/closure_test.dart#newcode257 tests/compiler/dart2js/closure/closure_test.dart:257: // TODO(johnniwinther): This can't happen! nit: rewrite to ...
3 years, 3 months ago (2017-08-28 17:33:46 UTC) #6
Emily Fortuna
3 years, 3 months ago (2017-08-28 21:25:04 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:50001) manually as
63754bba710bc281c98cb3e4db90c944c7159fd7 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698