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

Issue 10698154: Fix getters/setters unparsing, they appeared as ordinary methods without get/set keywords. (Closed)

Created:
8 years, 5 months ago by Roman
Modified:
8 years, 5 months ago
Reviewers:
Anton Muhin
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix getters/setters unparsing, they appeared as ordinary methods without get/set keywords. Committed: https://code.google.com/p/dart/source/detail?r=9551

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -21 lines) Patch
M lib/compiler/implementation/dart_backend/backend.dart View 2 chunks +33 lines, -21 lines 1 comment Download
M tests/compiler/dart2js/unparser_test.dart View 3 chunks +9 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Roman
8 years, 5 months ago (2012-07-11 15:06:37 UTC) #1
Anton Muhin
8 years, 5 months ago (2012-07-11 15:40:28 UTC) #2
lgtm

https://chromiumcodereview.appspot.com/10698154/diff/1/lib/compiler/implement...
File lib/compiler/implementation/dart_backend/backend.dart (right):

https://chromiumcodereview.appspot.com/10698154/diff/1/lib/compiler/implement...
lib/compiler/implementation/dart_backend/backend.dart:66: void
outputElement(Element element, StringBuffer sb) {
maybe it's time to introduce emitter class instead of threading string buffer
around.

Powered by Google App Engine
This is Rietveld 408576698