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

Unified Diff: runtime/vm/isolate.cc

Issue 2117593002: Fuchsia: Initial check-in. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Edit README Created 4 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/isolate.cc
diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc
index bd26039f1e8b524f271d2dc1c6a53b41cff88847..8c61d4acfa97808a17d8ba5e5823733f6fa0f4f1 100644
--- a/runtime/vm/isolate.cc
+++ b/runtime/vm/isolate.cc
@@ -1834,6 +1834,7 @@ RawClass* Isolate::GetClassForHeapWalkAt(intptr_t cid) {
}
+#ifndef PRODUCT
static const char* ExceptionPauseInfoToServiceEnum(Dart_ExceptionPauseInfo pi) {
switch (pi) {
case kPauseOnAllExceptions:
@@ -1970,6 +1971,7 @@ void Isolate::PrintJSON(JSONStream* stream, bool ref) {
}
}
}
+#endif
void Isolate::set_tag_table(const GrowableObjectArray& value) {

Powered by Google App Engine
This is Rietveld 408576698