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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 10533068: Refactor Date implementation in VM. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Minor cosmetic changes in the comments. Created 8 years, 6 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/lib/date.dart ('k') | runtime/vm/os.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/bootstrap_natives.h
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
index 332c7e24b336cd9ebe5c53f4a79c80aedead402d..85402edd3e5d9cc524849fbd70d28727ef68c95a 100644
--- a/runtime/vm/bootstrap_natives.h
+++ b/runtime/vm/bootstrap_natives.h
@@ -92,16 +92,10 @@ namespace dart {
V(MathNatives_random, 0) \
V(MathNatives_parseInt, 1) \
V(MathNatives_parseDouble, 1) \
- V(DateNatives_brokenDownToSecondsSinceEpoch, 7) \
V(DateNatives_currentTimeMillis, 0) \
- V(DateNatives_getYear, 2) \
- V(DateNatives_getMonth, 2) \
- V(DateNatives_getDay, 2) \
- V(DateNatives_getHours, 2) \
- V(DateNatives_getMinutes, 2) \
- V(DateNatives_getSeconds, 2) \
V(DateNatives_timeZoneName, 1) \
V(DateNatives_timeZoneOffsetInSeconds, 1) \
+ V(DateNatives_localTimeZoneAdjustmentInSeconds, 0) \
V(AssertionError_throwNew, 2) \
V(TypeError_throwNew, 5) \
V(FallThroughError_throwNew, 1) \
« no previous file with comments | « runtime/lib/date.dart ('k') | runtime/vm/os.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698