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

Unified Diff: runtime/vm/intermediate_language.h

Issue 11238035: Make isEmpty a getter. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status file with co19 issue number. Created 8 years, 2 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 | « runtime/vm/flow_graph_optimizer.cc ('k') | runtime/vm/intrinsifier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/intermediate_language.h
diff --git a/runtime/vm/intermediate_language.h b/runtime/vm/intermediate_language.h
index 184422d1094b39e39f37920b5aa99d0f7119b21c..d7158dec3fbb8e141835cd39b9695e62b1b5a045 100644
--- a/runtime/vm/intermediate_language.h
+++ b/runtime/vm/intermediate_language.h
@@ -36,7 +36,7 @@ class Range;
V(_GrowableObjectArray, get:length, GrowableArrayLength) \
V(_GrowableObjectArray, get:capacity, GrowableArrayCapacity) \
V(_StringBase, get:length, StringBaseLength) \
- V(_StringBase, isEmpty, StringBaseIsEmpty) \
+ V(_StringBase, get:isEmpty, StringBaseIsEmpty) \
V(_IntegerImplementation, toDouble, IntegerToDouble) \
V(_Double, toDouble, DoubleToDouble) \
V(_Double, toInt, DoubleToInteger) \
« no previous file with comments | « runtime/vm/flow_graph_optimizer.cc ('k') | runtime/vm/intrinsifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698