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

Unified Diff: bin/builtin.h

Issue 10911135: Simplify the builtin functions and get rid of unused code. (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 | « no previous file | bin/builtin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/builtin.h
===================================================================
--- bin/builtin.h (revision 11998)
+++ bin/builtin.h (working copy)
@@ -36,11 +36,9 @@
};
static Dart_Handle Source(BuiltinLibraryId id);
- static void SetupLibrary(Dart_Handle library, BuiltinLibraryId id);
+ static void SetNativeResolver(BuiltinLibraryId id);
static Dart_Handle LoadAndCheckLibrary(BuiltinLibraryId id);
- static void ImportLibrary(Dart_Handle library, BuiltinLibraryId id);
static void PrintString(FILE* out, Dart_Handle object);
- static void SetupIOLibrary(Dart_Handle io_lib);
private:
static Dart_NativeFunction NativeLookup(Dart_Handle name,
« no previous file with comments | « no previous file | bin/builtin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698