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

Issue 19391004: Implement reflective access to static methods. (Closed)

Created:
7 years, 5 months ago by ahe
Modified:
7 years, 5 months ago
Reviewers:
karlklose, ngeoffray
CC:
reviews_dartlang.org, rmacnak
Visibility:
Public.

Description

Implement reflective access to static methods. BUG=http://dartbug.com/11745 R=ngeoffray@google.com Committed: https://code.google.com/p/dart/source/detail?r=25085

Patch Set 1 #

Total comments: 17

Patch Set 2 : Address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+204 lines, -64 lines) Patch
M dart/sdk/lib/_internal/compiler/implementation/elements/elements.dart View 1 chunk +3 lines, -1 line 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/js/nodes.dart View 1 3 chunks +18 lines, -0 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/js/printer.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart View 1 9 chunks +105 lines, -42 lines 0 comments Download
M dart/sdk/lib/_internal/lib/js_mirrors.dart View 5 chunks +39 lines, -11 lines 0 comments Download
M dart/tests/compiler/dart2js/class_codegen_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M dart/tests/compiler/dart2js/no_constructor_body_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M dart/tests/lib/lib.status View 1 chunk +2 lines, -8 lines 0 comments Download
A dart/tests/lib/mirrors/static_test.dart View 1 chunk +31 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
ahe
7 years, 5 months ago (2013-07-16 18:11:18 UTC) #1
ngeoffray
https://codereview.chromium.org/19391004/diff/1/dart/sdk/lib/_internal/compiler/implementation/js/nodes.dart File dart/sdk/lib/_internal/compiler/implementation/js/nodes.dart (right): https://codereview.chromium.org/19391004/diff/1/dart/sdk/lib/_internal/compiler/implementation/js/nodes.dart#newcode521 dart/sdk/lib/_internal/compiler/implementation/js/nodes.dart:521: /// Wrap a CodeBuffer as an expression. This feels ...
7 years, 5 months ago (2013-07-17 07:35:57 UTC) #2
ahe
Nicolas, please review my replies and let me know if you disagree. https://codereview.chromium.org/19391004/diff/1/dart/sdk/lib/_internal/compiler/implementation/js/nodes.dart File dart/sdk/lib/_internal/compiler/implementation/js/nodes.dart ...
7 years, 5 months ago (2013-07-17 07:55:27 UTC) #3
karlklose
DBC: https://codereview.chromium.org/19391004/diff/1/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart File dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart (right): https://codereview.chromium.org/19391004/diff/1/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart#newcode3501 dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:3501: var sortedElements = Elements.sortedByPosition(elementBuffers.keys); Type this variable (and ...
7 years, 5 months ago (2013-07-17 08:01:40 UTC) #4
ngeoffray
LGTM https://codereview.chromium.org/19391004/diff/1/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart File dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart (right): https://codereview.chromium.org/19391004/diff/1/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart#newcode142 dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:142: * Later, this code is emitted when the ...
7 years, 5 months ago (2013-07-17 08:08:42 UTC) #5
ahe
Thank you, Karl and Nicolas! https://codereview.chromium.org/19391004/diff/1/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart File dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart (right): https://codereview.chromium.org/19391004/diff/1/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart#newcode3501 dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:3501: var sortedElements = Elements.sortedByPosition(elementBuffers.keys); ...
7 years, 5 months ago (2013-07-17 08:31:24 UTC) #6
ahe
7 years, 5 months ago (2013-07-17 08:33:41 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 manually as r25085 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698