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

Unified Diff: runtime/vm/unit_test.h

Issue 509153003: New bigint implementation in the vm. (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/unit_test.h
===================================================================
--- runtime/vm/unit_test.h (revision 40060)
+++ runtime/vm/unit_test.h (working copy)
@@ -5,7 +5,7 @@
#ifndef VM_UNIT_TEST_H_
#define VM_UNIT_TEST_H_
-#include "include/dart_api.h"
+#include "include/dart_native_api.h"
#include "platform/globals.h"
@@ -261,6 +261,7 @@
static Dart_Handle library_handler(Dart_LibraryTag tag,
Dart_Handle library,
Dart_Handle url);
+ static char* BigintToHexValue(Dart_CObject* bigint);
virtual void Run();
« runtime/lib/bigint.dart ('K') | « runtime/vm/symbols.h ('k') | runtime/vm/unit_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698