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

Issue 994323002: Support static getters and setters in the new dart2js code generator. (Closed)

Created:
5 years, 9 months ago by Kevin Millikin (Google)
Modified:
5 years, 9 months ago
Reviewers:
karlklose, sra1
CC:
reviews_dartlang.org
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

Support static getters and setters in the new dart2js code generator. Implicit getters and setters are translated as field accesses, real getters and setters are translated as static function invocations. R=karlklose@google.com, sra@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=44399

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -9 lines) Patch
M pkg/compiler/lib/src/js_backend/codegen/codegen.dart View 1 chunk +20 lines, -8 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/codegen/glue.dart View 1 chunk +5 lines, -1 line 0 comments Download
M tests/compiler/dart2js/js_backend_cps_ir_basic_test.dart View 1 chunk +46 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Kevin Millikin (Google)
5 years, 9 months ago (2015-03-11 11:49:41 UTC) #1
karlklose
LGTM.
5 years, 9 months ago (2015-03-11 11:51:46 UTC) #2
Kevin Millikin (Google)
5 years, 9 months ago (2015-03-11 12:06:26 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 44399 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698