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

Unified Diff: runtime/vm/parser.h

Issue 1211273011: Added full deferred loading semantic to precompiled/--noopt/eager-loading code (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: m Created 5 years, 5 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/parser.h
diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h
index ba56ec91cfbf3073e4b94552f48951d325ac65d3..b711f761aa3d660b09f352b2be0a8b458b02de01 100644
--- a/runtime/vm/parser.h
+++ b/runtime/vm/parser.h
@@ -770,7 +770,8 @@ class Parser : public ValueObject {
ArgumentListNode* function_arguments,
InvocationMirror::Call call,
InvocationMirror::Type type,
- const Function* func);
+ const Function* func,
+ const LibraryPrefix* prefix = NULL);
void SetupSavedTryContext(LocalVariable* saved_try_context);

Powered by Google App Engine
This is Rietveld 408576698