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

Unified Diff: runtime/vm/object.h

Issue 351373002: Coverage API revamp (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: handle scripts via url instead of object Created 6 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/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index b29be3114e4b9702b69ed556f58801d2f172403c..7eee7301144974673bc71d31f26f867436d89c7b 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -2519,8 +2519,6 @@ class Script : public Object {
intptr_t* first_token_index,
intptr_t* last_token_index) const;
- RawLibrary* FindLibrary() const;
-
static intptr_t InstanceSize() {
return RoundedAllocationSize(sizeof(RawScript));
}
@@ -2529,8 +2527,6 @@ class Script : public Object {
const String& source,
RawScript::Kind kind);
- static RawScript* FindByUrl(const String& url);
-
private:
void set_url(const String& value) const;
void set_source(const String& value) const;

Powered by Google App Engine
This is Rietveld 408576698