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

Issue 2667353003: Skip the type test for expressions which have already evaluated to true or false. (Closed)

Created:
3 years, 10 months ago by Cutch
Modified:
3 years, 10 months ago
Reviewers:
rmacnak
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Skip the type test for expressions which have already evaluated to true or false. BUG= R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/1660cab84d331f54ea59f64f8fd08dac38e9422b

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M runtime/lib/errors_patch.dart View 1 chunk +3 lines, -0 lines 2 comments Download

Messages

Total messages: 7 (3 generated)
Cutch
3 years, 10 months ago (2017-02-02 18:54:34 UTC) #3
rmacnak
lgtm https://codereview.chromium.org/2667353003/diff/1/runtime/lib/errors_patch.dart File runtime/lib/errors_patch.dart (right): https://codereview.chromium.org/2667353003/diff/1/runtime/lib/errors_patch.dart#newcode39 runtime/lib/errors_patch.dart:39: if (condition is Function) { It might be ...
3 years, 10 months ago (2017-02-02 19:02:05 UTC) #4
Cutch
https://codereview.chromium.org/2667353003/diff/1/runtime/lib/errors_patch.dart File runtime/lib/errors_patch.dart (right): https://codereview.chromium.org/2667353003/diff/1/runtime/lib/errors_patch.dart#newcode39 runtime/lib/errors_patch.dart:39: if (condition is Function) { On 2017/02/02 19:02:05, rmacnak ...
3 years, 10 months ago (2017-02-02 19:57:49 UTC) #5
Cutch
3 years, 10 months ago (2017-02-02 19:58:36 UTC) #7
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
1660cab84d331f54ea59f64f8fd08dac38e9422b (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698