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

Unified Diff: pkg/compiler/lib/src/inferrer/node_tracer.dart

Issue 1230463003: dart2js: include 'any' and 'every' as possibly escaping the values in the collection (fix #23804) (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tests/compiler/dart2js_extra/23804_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/inferrer/node_tracer.dart
diff --git a/pkg/compiler/lib/src/inferrer/node_tracer.dart b/pkg/compiler/lib/src/inferrer/node_tracer.dart
index b037c2f187ac1bec7891ee2e456bc88047b0d346..4bd3b4cc877bdb7a89dff8539e2ccef7ef19d006 100644
--- a/pkg/compiler/lib/src/inferrer/node_tracer.dart
+++ b/pkg/compiler/lib/src/inferrer/node_tracer.dart
@@ -19,9 +19,7 @@ Set<String> doesNotEscapeListSet = new Set<String>.from(
'isEmpty',
'isNotEmpty',
'length',
- 'any',
'contains',
- 'every',
'join',
// From List.
« no previous file with comments | « no previous file | tests/compiler/dart2js_extra/23804_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698