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

Unified Diff: vm/intermediate_language.h

Issue 10918213: - Move double and int implementations into dart:core and make them private. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 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
« no previous file with comments | « lib/lib_sources.gypi ('k') | vm/intrinsifier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/intermediate_language.h
===================================================================
--- vm/intermediate_language.h (revision 12304)
+++ vm/intermediate_language.h (working copy)
@@ -35,8 +35,8 @@
V(GrowableObjectArray, get:length, GrowableArrayLength) \
V(GrowableObjectArray, get:capacity, GrowableArrayCapacity) \
V(StringBase, get:length, StringBaseLength) \
- V(IntegerImplementation, toDouble, IntegerToDouble) \
- V(Double, toDouble, DoubleToDouble) \
+ V(_IntegerImplementation, toDouble, IntegerToDouble) \
+ V(_Double, toDouble, DoubleToDouble) \
V(::, sqrt, MathSqrt) \
// Class that recognizes the name and owner of a function and returns the
« no previous file with comments | « lib/lib_sources.gypi ('k') | vm/intrinsifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698