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

Issue 923463002: dart2js: add special getter to Closure class in new emitter. (Closed)

Created:
5 years, 10 months ago by zarah
Modified:
5 years, 10 months ago
Reviewers:
floitsch
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

dart2js: add special getter to Closure class in new emitter. R=floitsch@google.com Committed: https://code.google.com/p/dart/source/detail?r=43753

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -8 lines) Patch
M pkg/compiler/lib/src/js_emitter/old_emitter/class_emitter.dart View 1 chunk +0 lines, -8 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/program_builder.dart View 1 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
zarah
5 years, 10 months ago (2015-02-12 10:10:05 UTC) #2
floitsch
An alternative approach would be to install a get call on the Closure class and ...
5 years, 10 months ago (2015-02-12 12:22:15 UTC) #3
zarah
It's a hack either way. As we talked about, I like the idea of having ...
5 years, 10 months ago (2015-02-12 13:03:29 UTC) #4
floitsch
ok. Then let's go with this approach. LGTM. https://codereview.chromium.org/923463002/diff/1/pkg/compiler/lib/src/js_emitter/program_builder.dart File pkg/compiler/lib/src/js_emitter/program_builder.dart (right): https://codereview.chromium.org/923463002/diff/1/pkg/compiler/lib/src/js_emitter/program_builder.dart#newcode364 pkg/compiler/lib/src/js_emitter/program_builder.dart:364: ClassElement ...
5 years, 10 months ago (2015-02-13 12:38:28 UTC) #5
zarah
https://codereview.chromium.org/923463002/diff/1/pkg/compiler/lib/src/js_emitter/program_builder.dart File pkg/compiler/lib/src/js_emitter/program_builder.dart (right): https://codereview.chromium.org/923463002/diff/1/pkg/compiler/lib/src/js_emitter/program_builder.dart#newcode364 pkg/compiler/lib/src/js_emitter/program_builder.dart:364: ClassElement implementation = element.implementation; On 2015/02/13 12:38:28, floitsch wrote: ...
5 years, 10 months ago (2015-02-13 12:52:18 UTC) #7
zarah
5 years, 10 months ago (2015-02-13 13:03:09 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as 43753 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698