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

Unified Diff: runtime/bin/dartutils.h

Issue 16368002: Make implicit things explicit when loading scripts. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
Index: runtime/bin/dartutils.h
diff --git a/runtime/bin/dartutils.h b/runtime/bin/dartutils.h
index b84e773fdb8966f0e3eaa0e7aa3eb091cfdc2589..2b89a4f0ac46b7b0c1dab8d724bb910d052ac069 100644
--- a/runtime/bin/dartutils.h
+++ b/runtime/bin/dartutils.h
@@ -162,6 +162,8 @@ class DartUtils {
static const char* MapLibraryUrl(CommandLineOptions* url_mapping,
const char* url_string);
+ static Dart_Handle SetWorkingDirectory(Dart_Handle builtin_lib);
+
static Dart_Handle ResolveScriptUri(Dart_Handle script_uri,
Dart_Handle builtin_lib);

Powered by Google App Engine
This is Rietveld 408576698