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

Issue 1976383002: enable top-level @JS() getters (Closed)

Created:
4 years, 7 months ago by Harry Terkelsen
Modified:
4 years, 7 months ago
CC:
dev-compiler+reviews_dartlang.org
Base URL:
git@github.com:dart-lang/dev_compiler.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Total comments: 10

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -17 lines) Patch
M lib/runtime/dart_sdk.js View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M lib/src/compiler/code_generator.dart View 1 2 3 6 chunks +17 lines, -10 lines 0 comments Download
M test/browser/language_tests.js View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M test/codegen/expect/cascade.js View 2 chunks +4 lines, -4 lines 0 comments Download
M test/codegen/expect/methods.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (2 generated)
Harry Terkelsen
4 years, 7 months ago (2016-05-13 22:52:31 UTC) #2
Jennifer Messerly
https://codereview.chromium.org/1976383002/diff/20001/lib/src/compiler/code_generator.dart File lib/src/compiler/code_generator.dart (right): https://codereview.chromium.org/1976383002/diff/20001/lib/src/compiler/code_generator.dart#newcode2333 lib/src/compiler/code_generator.dart:2333: return new JS.PropertyAccess(new JS.Identifier('self'), name); Where is "self" coming ...
4 years, 7 months ago (2016-05-13 23:19:17 UTC) #3
Harry Terkelsen
thanks John, ptal https://codereview.chromium.org/1976383002/diff/20001/lib/src/compiler/code_generator.dart File lib/src/compiler/code_generator.dart (right): https://codereview.chromium.org/1976383002/diff/20001/lib/src/compiler/code_generator.dart#newcode2333 lib/src/compiler/code_generator.dart:2333: return new JS.PropertyAccess(new JS.Identifier('self'), name); On ...
4 years, 7 months ago (2016-05-13 23:34:43 UTC) #4
Jennifer Messerly
LGTM https://codereview.chromium.org/1976383002/diff/20001/lib/src/compiler/code_generator.dart File lib/src/compiler/code_generator.dart (right): https://codereview.chromium.org/1976383002/diff/20001/lib/src/compiler/code_generator.dart#newcode2333 lib/src/compiler/code_generator.dart:2333: return new JS.PropertyAccess(new JS.Identifier('self'), name); On 2016/05/13 23:34:43, ...
4 years, 7 months ago (2016-05-13 23:51:07 UTC) #5
Harry Terkelsen
https://codereview.chromium.org/1976383002/diff/20001/lib/src/compiler/code_generator.dart File lib/src/compiler/code_generator.dart (right): https://codereview.chromium.org/1976383002/diff/20001/lib/src/compiler/code_generator.dart#newcode2333 lib/src/compiler/code_generator.dart:2333: return new JS.PropertyAccess(new JS.Identifier('self'), name); On 2016/05/13 23:51:07, John ...
4 years, 7 months ago (2016-05-16 16:18:14 UTC) #6
Harry Terkelsen
4 years, 7 months ago (2016-05-16 16:22:37 UTC) #8
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
8ea44215ce0917e6f9d8ce7e97063acc77a87dce (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698