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

Unified Diff: runtime/vm/class_finalizer.h

Issue 25284003: Fix expression evaluation in library context (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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 | runtime/vm/class_finalizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/class_finalizer.h
===================================================================
--- runtime/vm/class_finalizer.h (revision 28060)
+++ runtime/vm/class_finalizer.h (working copy)
@@ -52,7 +52,7 @@
// If not null, prepend prev_error to the error message built from the format
// string and its arguments.
static RawType* NewFinalizedMalformedType(const Error& prev_error,
- const Class& cls,
+ const Script& script,
intptr_t type_pos,
const char* format, ...)
PRINTF_ATTRIBUTE(4, 5);
@@ -62,7 +62,7 @@
// If not null, prepend prev_error to the error message built from the format
// string and its arguments.
static void FinalizeMalformedType(const Error& prev_error,
- const Class& cls,
+ const Script& script,
const Type& type,
const char* format, ...)
PRINTF_ATTRIBUTE(4, 5);
@@ -145,7 +145,7 @@
static void CollectInterfaces(const Class& cls,
const GrowableObjectArray& interfaces);
static void ReportMalformedType(const Error& prev_error,
- const Class& cls,
+ const Script& script,
const Type& type,
const char* format,
va_list args);
« no previous file with comments | « no previous file | runtime/vm/class_finalizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698