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

Unified Diff: runtime/lib/internal_patch.dart

Issue 1334353002: - Add getters for the current packageRoot or packageMap. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Moved accessors for packageRoot/packageMap to class Isolate. Created 5 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/lib/internal_patch.dart
diff --git a/runtime/lib/internal_patch.dart b/runtime/lib/internal_patch.dart
index f2fe6808080d27c8d39d55d432edd679fcd4af97..8e955061138b462d53aeeb43b91db4e9ccd9c7f6 100644
--- a/runtime/lib/internal_patch.dart
+++ b/runtime/lib/internal_patch.dart
@@ -15,6 +15,9 @@ class VMLibraryHooks {
static var eventHandlerSendData;
// Implementation of Resource.readAsBytes.
static var resourceReadAsBytes;
+ // Implementation of package root/map provision.
+ static var getPackageRoot;
+ static var getPackageMap;
}
patch class CodeUnits {

Powered by Google App Engine
This is Rietveld 408576698