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

Unified Diff: runtime/vm/method_recognizer.h

Issue 580903004: Make sure Bigint._digits is always a Uint32List (instead of sometimes null). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 3 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
Index: runtime/vm/method_recognizer.h
===================================================================
--- runtime/vm/method_recognizer.h (revision 40444)
+++ runtime/vm/method_recognizer.h (working copy)
@@ -153,7 +153,7 @@
V(_Smi, get:bitLength, Smi_bitLength, 869956497) \
V(_Bigint, set:_neg, Bigint_setNeg, 920204960) \
V(_Bigint, set:_used, Bigint_setUsed, 1857576743) \
- V(_Bigint, set:_digits, Bigint_setDigits, 1633805112) \
+ V(_Bigint, _set_digits, Bigint_setDigits, 582835804) \
V(_Double, >, Double_greaterThan, 381325711) \
V(_Double, >=, Double_greaterEqualThan, 1409267140) \
V(_Double, <, Double_lessThan, 2080387973) \

Powered by Google App Engine
This is Rietveld 408576698