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

Issue 10451090: Access to "this" in super reads in a closure. (Closed)

Created:
8 years, 6 months ago by ahe
Modified:
8 years, 6 months ago
Reviewers:
floitsch, ngeoffray
CC:
reviews_dartlang.org, kasperl, karlklose
Visibility:
Public.

Description

Access to "this" in super reads in a closure. Committed: https://code.google.com/p/dart/source/detail?r=8154

Patch Set 1 #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -1 line) Patch
M dart/lib/compiler/implementation/ssa/codegen.dart View 1 chunk +2 lines, -1 line 3 comments Download
M dart/tests/language/language.status View 1 chunk +1 line, -0 lines 1 comment Download
A dart/tests/language/super_closure_test.dart View 1 chunk +25 lines, -0 lines 1 comment Download

Messages

Total messages: 5 (0 generated)
ahe
https://chromiumcodereview.appspot.com/10451090/diff/1/dart/tests/language/language.status File dart/tests/language/language.status (right): https://chromiumcodereview.appspot.com/10451090/diff/1/dart/tests/language/language.status#newcode50 dart/tests/language/language.status:50: super_closure_test: Fail # Issue 3197. Notice: this is the ...
8 years, 6 months ago (2012-05-31 08:55:08 UTC) #1
ngeoffray
https://chromiumcodereview.appspot.com/10451090/diff/1/dart/lib/compiler/implementation/ssa/codegen.dart File dart/lib/compiler/implementation/ssa/codegen.dart (right): https://chromiumcodereview.appspot.com/10451090/diff/1/dart/lib/compiler/implementation/ssa/codegen.dart#newcode1565 dart/lib/compiler/implementation/ssa/codegen.dart:1565: visitArguments(node.inputs); Don't we get just only one input (this) ...
8 years, 6 months ago (2012-05-31 08:59:23 UTC) #2
ahe
https://chromiumcodereview.appspot.com/10451090/diff/1/dart/lib/compiler/implementation/ssa/codegen.dart File dart/lib/compiler/implementation/ssa/codegen.dart (right): https://chromiumcodereview.appspot.com/10451090/diff/1/dart/lib/compiler/implementation/ssa/codegen.dart#newcode1565 dart/lib/compiler/implementation/ssa/codegen.dart:1565: visitArguments(node.inputs); On 2012/05/31 08:59:23, ngeoffray wrote: > Don't we ...
8 years, 6 months ago (2012-05-31 09:08:32 UTC) #3
ngeoffray
https://chromiumcodereview.appspot.com/10451090/diff/1/dart/lib/compiler/implementation/ssa/codegen.dart File dart/lib/compiler/implementation/ssa/codegen.dart (right): https://chromiumcodereview.appspot.com/10451090/diff/1/dart/lib/compiler/implementation/ssa/codegen.dart#newcode1565 dart/lib/compiler/implementation/ssa/codegen.dart:1565: visitArguments(node.inputs); On 2012/05/31 09:08:36, ahe wrote: > On 2012/05/31 ...
8 years, 6 months ago (2012-05-31 09:37:07 UTC) #4
ngeoffray
8 years, 6 months ago (2012-05-31 11:35:25 UTC) #5
LGTM

Powered by Google App Engine
This is Rietveld 408576698