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

Issue 11571004: Implement is-checks for static functions. (Closed)

Created:
8 years ago by karlklose
Modified:
7 years, 11 months ago
Reviewers:
ngeoffray
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Implement is-checks for static functions. BUG=dartbug.com/5022

Patch Set 1 #

Total comments: 6

Patch Set 2 : Move to emitStaticFunctionGetters. #

Total comments: 2

Patch Set 3 : Address Nicolas' comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -21 lines) Patch
M sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart View 1 2 2 chunks +10 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/codegen.dart View 1 2 2 chunks +11 lines, -0 lines 0 comments Download
M tests/co19/co19-dart2js.status View 1 2 3 chunks +17 lines, -21 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
karlklose
8 years ago (2012-12-13 12:16:33 UTC) #1
ngeoffray
https://codereview.chromium.org/11571004/diff/1/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart File sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart (right): https://codereview.chromium.org/11571004/diff/1/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart#newcode1254 sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:1254: for (TypedefElement typedef in checkedTypedefs) { This will add ...
8 years ago (2012-12-13 12:38:57 UTC) #2
karlklose
https://codereview.chromium.org/11571004/diff/1/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart File sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart (right): https://codereview.chromium.org/11571004/diff/1/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart#newcode1254 sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:1254: for (TypedefElement typedef in checkedTypedefs) { On 2012/12/13 12:38:57, ...
8 years ago (2012-12-13 13:08:46 UTC) #3
ngeoffray
https://codereview.chromium.org/11571004/diff/1/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart File sdk/lib/_internal/compiler/implementation/ssa/codegen.dart (right): https://codereview.chromium.org/11571004/diff/1/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart#newcode2401 sdk/lib/_internal/compiler/implementation/ssa/codegen.dart:2401: } else if (element.isTypedef()) { On 2012/12/13 13:08:46, karlklose ...
8 years ago (2012-12-13 13:20:36 UTC) #4
karlklose
https://codereview.chromium.org/11571004/diff/1/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart File sdk/lib/_internal/compiler/implementation/ssa/codegen.dart (right): https://codereview.chromium.org/11571004/diff/1/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart#newcode2401 sdk/lib/_internal/compiler/implementation/ssa/codegen.dart:2401: } else if (element.isTypedef()) { Indeed, done.
8 years ago (2012-12-13 14:10:48 UTC) #5
ngeoffray
8 years ago (2012-12-14 09:02:19 UTC) #6
I have submitted this CL in: https://codereview.chromium.org/11572009/

Powered by Google App Engine
This is Rietveld 408576698