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

Unified Diff: runtime/vm/intrinsifier.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/intermediate_language.h ('k') | runtime/vm/intrinsifier_arm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/intrinsifier.h
diff --git a/runtime/vm/intrinsifier.h b/runtime/vm/intrinsifier.h
index 596b0100f5cbb402d8ab67cfa2f29d63a7634e47..403bd07c456cddf6f153d5ff30c402921e26d105 100644
--- a/runtime/vm/intrinsifier.h
+++ b/runtime/vm/intrinsifier.h
@@ -75,9 +75,9 @@ namespace dart {
V(_FixedSizeArrayIterator, get:hasNext, FixedSizeArrayIterator_getHasNext) \
V(_FixedSizeArrayIterator, next, FixedSizeArrayIterator_next) \
V(_StringBase, get:hashCode, String_getHashCode) \
+ V(_StringBase, get:isEmpty, String_getIsEmpty) \
V(_StringBase, get:length, String_getLength) \
V(_StringBase, charCodeAt, String_charCodeAt) \
- V(_StringBase, isEmpty, String_isEmpty) \
V(_ByteArrayBase, get:length, ByteArrayBase_getLength) \
V(_Int8Array, [], Int8Array_getIndexed) \
V(_Int8Array, []=, Int8Array_setIndexed) \
« no previous file with comments | « runtime/vm/intermediate_language.h ('k') | runtime/vm/intrinsifier_arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698