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

Unified Diff: runtime/bin/io_natives.cc

Issue 1307183002: Add access to the isolate package-root/package-map in Platform. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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 | runtime/bin/platform.cc » ('j') | runtime/bin/platform.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/io_natives.cc
diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
index 2be3f3408f12830a52daae03f1b4bee4e324a4a2..7ac98593386a082f84fd3c5254a5120dcdeee754 100644
--- a/runtime/bin/io_natives.cc
+++ b/runtime/bin/io_natives.cc
@@ -85,6 +85,7 @@ namespace bin {
V(Platform_Environment, 0) \
V(Platform_ExecutableArguments, 0) \
V(Platform_PackageRoot, 0) \
+ V(Platform_PackageResolution, 0) \
V(Platform_GetVersion, 0) \
V(Process_Start, 11) \
V(Process_Wait, 5) \
« no previous file with comments | « no previous file | runtime/bin/platform.cc » ('j') | runtime/bin/platform.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698