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

Issue 2672063003: Implement SuperPropertySet and SuperNoSuchMethod. (Closed)

Created:
3 years, 10 months ago by Emily Fortuna
Modified:
3 years, 10 months ago
Reviewers:
sra1
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Implement SuperPropertySet and SuperNoSuchMethod. BUG=https://github.com/dart-lang/sdk/issues/27394 R=sra@google.com Committed: https://github.com/dart-lang/sdk/commit/f5cc947dd7d159fb409f80d477966edae6bf8629

Patch Set 1 : . #

Patch Set 2 : merged with master #

Total comments: 4

Patch Set 3 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+198 lines, -16 lines) Patch
M pkg/compiler/lib/src/kernel/element_adapter.dart View 1 1 chunk +6 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/ssa/builder_kernel.dart View 1 2 4 chunks +121 lines, -15 lines 0 comments Download
M pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart View 1 1 chunk +3 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/kernel/getters_setters_test.dart View 2 chunks +68 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
Emily Fortuna
Of note: dart2js_native/super_property_test is still failing. However, it looks like it's a problem with the ...
3 years, 10 months ago (2017-02-03 19:37:58 UTC) #3
sra1
lgtm https://codereview.chromium.org/2672063003/diff/40001/pkg/compiler/lib/src/ssa/builder_kernel.dart File pkg/compiler/lib/src/ssa/builder_kernel.dart (right): https://codereview.chromium.org/2672063003/diff/40001/pkg/compiler/lib/src/ssa/builder_kernel.dart#newcode2649 pkg/compiler/lib/src/ssa/builder_kernel.dart:2649: ir.Procedure _findNoSuchMethodInClass(ir.Class cls) { Can closedWorld.locateSingleElement be used ...
3 years, 10 months ago (2017-02-03 21:07:42 UTC) #4
Emily Fortuna
https://codereview.chromium.org/2672063003/diff/40001/pkg/compiler/lib/src/ssa/builder_kernel.dart File pkg/compiler/lib/src/ssa/builder_kernel.dart (right): https://codereview.chromium.org/2672063003/diff/40001/pkg/compiler/lib/src/ssa/builder_kernel.dart#newcode2649 pkg/compiler/lib/src/ssa/builder_kernel.dart:2649: ir.Procedure _findNoSuchMethodInClass(ir.Class cls) { On 2017/02/03 21:07:41, sra1 wrote: ...
3 years, 10 months ago (2017-02-03 21:53:06 UTC) #5
Emily Fortuna
3 years, 10 months ago (2017-02-03 22:18:00 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:60001) manually as
f5cc947dd7d159fb409f80d477966edae6bf8629 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698