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

Unified Diff: runtime/vm/object.cc

Issue 385163002: Make VM JSON parser parse doubles without doing substring. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix bad whitespace edit. Created 6 years, 5 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/object.h ('k') | tests/lib/convert/json_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.cc
diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
index d83e40d5d8664cf8b84c0b10c3e5e3b59e459d17..423fea76b40d2b1b2dd87dc893170da5aae9133d 100644
--- a/runtime/vm/object.cc
+++ b/runtime/vm/object.cc
@@ -9450,6 +9450,11 @@ RawLibrary* Library::AsyncLibrary() {
}
+RawLibrary* Library::ConvertLibrary() {
+ return Isolate::Current()->object_store()->convert_library();
+}
+
+
RawLibrary* Library::CoreLibrary() {
return Isolate::Current()->object_store()->core_library();
}
« no previous file with comments | « runtime/vm/object.h ('k') | tests/lib/convert/json_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698