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

Unified Diff: runtime/vm/object.h

Issue 1533653003: Add SourceReport, a class for generating Dart source-level reports. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: tweaks Created 5 years 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 4bf089637724c9a40326c79f00b046c3fd16ae42..0b72d6066fa2b0b64dd1cdd31405f212ffc573fb 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -2017,6 +2017,9 @@ class ICData : public Object {
void PrintToJSONArray(const JSONArray& jsarray,
intptr_t token_pos,
bool is_static_call) const;
+ void PrintToJSONArrayNew(const JSONArray& jsarray,
+ intptr_t token_pos,
+ bool is_static_call) const;
// Initialize the preallocated empty ICData entry arrays.
static void InitOnce();
« no previous file with comments | « runtime/vm/coverage.cc ('k') | runtime/vm/object.cc » ('j') | runtime/vm/source_report.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698