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

Issue 12047040: Return correct helper for malformed type checks. (Closed)

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

Description

Return correct helper for malformed type checks. Committed: https://code.google.com/p/dart/source/detail?r=17449

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add a comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -3 lines) Patch
M sdk/lib/_internal/compiler/implementation/js_backend/backend.dart View 1 2 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
karlklose
7 years, 11 months ago (2013-01-23 10:10:25 UTC) #1
Johnni Winther
lgtm
7 years, 11 months ago (2013-01-23 10:13:34 UTC) #2
ngeoffray
LGTM https://codereview.chromium.org/12047040/diff/1/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart File sdk/lib/_internal/compiler/implementation/js_backend/backend.dart (right): https://codereview.chromium.org/12047040/diff/1/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart#newcode1106 sdk/lib/_internal/compiler/implementation/js_backend/backend.dart:1106: if (type.isMalformed) { Maybe add a comment that ...
7 years, 11 months ago (2013-01-23 10:14:46 UTC) #3
karlklose
7 years, 11 months ago (2013-01-23 10:20:52 UTC) #4
https://codereview.chromium.org/12047040/diff/1/sdk/lib/_internal/compiler/im...
File sdk/lib/_internal/compiler/implementation/js_backend/backend.dart (right):

https://codereview.chromium.org/12047040/diff/1/sdk/lib/_internal/compiler/im...
sdk/lib/_internal/compiler/implementation/js_backend/backend.dart:1106: if
(type.isMalformed) {
On 2013/01/23 10:14:46, ngeoffray wrote:
> Maybe add a comment that the list check below can be nested malformed.

Done.

Powered by Google App Engine
This is Rietveld 408576698