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

Issue 217963002: Allow getField of methods. (Closed)

Created:
6 years, 8 months ago by floitsch
Modified:
6 years, 8 months ago
Reviewers:
karlklose
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Add test. #

Total comments: 13

Patch Set 4 : Address comments. #

Patch Set 5 : Address typo-comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+205 lines, -26 lines) Patch
M sdk/lib/_internal/compiler/implementation/js_emitter/reflection_data_parser.dart View 1 2 3 4 3 chunks +16 lines, -13 lines 0 comments Download
M sdk/lib/_internal/lib/js_helper.dart View 1 2 3 4 chunks +15 lines, -3 lines 0 comments Download
M sdk/lib/_internal/lib/js_mirrors.dart View 1 1 chunk +4 lines, -1 line 0 comments Download
M tests/compiler/dart2js_extra/dart2js_extra.status View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A tests/compiler/dart2js_extra/mirrors_used_closure_test.dart View 1 2 3 1 chunk +32 lines, -0 lines 0 comments Download
M tests/lib/lib.status View 1 2 2 chunks +1 line, -2 lines 0 comments Download
A tests/lib/mirrors/invoke_closurization2_test.dart View 1 2 3 1 chunk +130 lines, -0 lines 0 comments Download
M tests/lib/mirrors/invoke_closurization_test.dart View 1 2 2 chunks +6 lines, -7 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
floitsch
Still needs tests.
6 years, 8 months ago (2014-03-31 13:42:33 UTC) #1
floitsch
Tests added. https://codereview.chromium.org/217963002/diff/40001/sdk/lib/_internal/lib/js_helper.dart File sdk/lib/_internal/lib/js_helper.dart (right): https://codereview.chromium.org/217963002/diff/40001/sdk/lib/_internal/lib/js_helper.dart#newcode2038 sdk/lib/_internal/lib/js_helper.dart:2038: JS('', '#["call*"] = #', prototype, trampoline); I ...
6 years, 8 months ago (2014-03-31 20:12:00 UTC) #2
karlklose
LGTM. https://codereview.chromium.org/217963002/diff/40001/sdk/lib/_internal/compiler/implementation/js_emitter/reflection_data_parser.dart File sdk/lib/_internal/compiler/implementation/js_emitter/reflection_data_parser.dart (right): https://codereview.chromium.org/217963002/diff/40001/sdk/lib/_internal/compiler/implementation/js_emitter/reflection_data_parser.dart#newcode129 sdk/lib/_internal/compiler/implementation/js_emitter/reflection_data_parser.dart:129: // If it is a method, it meight ...
6 years, 8 months ago (2014-04-01 08:32:23 UTC) #3
floitsch
https://codereview.chromium.org/217963002/diff/40001/sdk/lib/_internal/compiler/implementation/js_emitter/reflection_data_parser.dart File sdk/lib/_internal/compiler/implementation/js_emitter/reflection_data_parser.dart (right): https://codereview.chromium.org/217963002/diff/40001/sdk/lib/_internal/compiler/implementation/js_emitter/reflection_data_parser.dart#newcode129 sdk/lib/_internal/compiler/implementation/js_emitter/reflection_data_parser.dart:129: // If it is a method, it meight also ...
6 years, 8 months ago (2014-04-01 14:03:19 UTC) #4
floitsch
6 years, 8 months ago (2014-04-01 14:03:20 UTC) #5
floitsch
6 years, 8 months ago (2014-04-01 14:04:59 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 manually as r34598 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698