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

Issue 2535273002: Better mirrors support for mixins and private fields (Closed)

Created:
4 years ago by vsm
Modified:
4 years ago
CC:
dev-compiler+reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Better mirrors support for mixins and private fields This is generally motivated by pageloader usage. R=rnystrom@google.com Committed: https://github.com/dart-lang/sdk/commit/88c5dd5745ecd4b821a00e172b485d5bf29e79c6

Patch Set 1 #

Patch Set 2 : More fixes #

Total comments: 6

Patch Set 3 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+895 lines, -453 lines) Patch
M pkg/dev_compiler/lib/js/amd/dart_sdk.js View 1 2 26 chunks +162 lines, -91 lines 0 comments Download
M pkg/dev_compiler/lib/js/common/dart_sdk.js View 1 2 26 chunks +162 lines, -91 lines 0 comments Download
M pkg/dev_compiler/lib/js/es6/dart_sdk.js View 1 2 26 chunks +162 lines, -91 lines 0 comments Download
M pkg/dev_compiler/lib/js/legacy/dart_sdk.js View 1 2 26 chunks +162 lines, -91 lines 0 comments Download
M pkg/dev_compiler/lib/sdk/ddc_sdk.sum View 1 Binary file 0 comments Download
M pkg/dev_compiler/lib/src/compiler/code_generator.dart View 3 chunks +12 lines, -4 lines 0 comments Download
A pkg/dev_compiler/test/codegen/lib/mirrors/mixin_simple_test.dart View 1 chunk +38 lines, -0 lines 0 comments Download
A pkg/dev_compiler/test/codegen/lib/mirrors/private_field_helper.dart View 1 chunk +18 lines, -0 lines 0 comments Download
A pkg/dev_compiler/test/codegen/lib/mirrors/private_field_test.dart View 1 1 chunk +36 lines, -0 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/lib/internal/symbol.dart View 1 2 4 chunks +17 lines, -7 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/patch/internal_patch.dart View 1 chunk +5 lines, -1 line 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/classes.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/js_mirrors.dart View 1 2 9 chunks +119 lines, -75 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
vsm
4 years ago (2016-11-29 17:57:52 UTC) #3
Bob Nystrom
https://codereview.chromium.org/2535273002/diff/20001/pkg/dev_compiler/tool/input_sdk/lib/internal/symbol.dart File pkg/dev_compiler/tool/input_sdk/lib/internal/symbol.dart (right): https://codereview.chromium.org/2535273002/diff/20001/pkg/dev_compiler/tool/input_sdk/lib/internal/symbol.dart#newcode119 pkg/dev_compiler/tool/input_sdk/lib/internal/symbol.dart:119: && _nativeSymbol == other._nativeSymbol; Run dartfmt? https://codereview.chromium.org/2535273002/diff/20001/pkg/dev_compiler/tool/input_sdk/private/js_mirrors.dart File pkg/dev_compiler/tool/input_sdk/private/js_mirrors.dart ...
4 years ago (2016-11-29 21:28:13 UTC) #4
vsm
https://codereview.chromium.org/2535273002/diff/20001/pkg/dev_compiler/tool/input_sdk/lib/internal/symbol.dart File pkg/dev_compiler/tool/input_sdk/lib/internal/symbol.dart (right): https://codereview.chromium.org/2535273002/diff/20001/pkg/dev_compiler/tool/input_sdk/lib/internal/symbol.dart#newcode119 pkg/dev_compiler/tool/input_sdk/lib/internal/symbol.dart:119: && _nativeSymbol == other._nativeSymbol; On 2016/11/29 21:28:13, Bob Nystrom ...
4 years ago (2016-11-29 21:41:05 UTC) #5
Bob Nystrom
On 2016/11/29 21:41:05, vsm wrote: > https://codereview.chromium.org/2535273002/diff/20001/pkg/dev_compiler/tool/input_sdk/lib/internal/symbol.dart > File pkg/dev_compiler/tool/input_sdk/lib/internal/symbol.dart (right): > > https://codereview.chromium.org/2535273002/diff/20001/pkg/dev_compiler/tool/input_sdk/lib/internal/symbol.dart#newcode119 > ...
4 years ago (2016-11-29 21:53:32 UTC) #6
Bob Nystrom
lgtm
4 years ago (2016-11-29 21:53:36 UTC) #7
vsm
4 years ago (2016-11-29 22:00:12 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
88c5dd5745ecd4b821a00e172b485d5bf29e79c6 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698