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

Unified Diff: runtime/vm/object.h

Issue 2793163002: Do not embed is_auto_setup_scope into the compilation of native calls. (Closed)
Patch Set: . Created 3 years, 9 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 87fbd6cb11f2ca986907302e46e36f7174f826ce..760074059bdf355b22a22f51c1478f7535c57e4b 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -2620,9 +2620,7 @@ class Function : public Object {
}
bool IsOptimizable() const;
- bool IsNativeAutoSetupScope() const;
void SetIsOptimizable(bool value) const;
- void SetIsNativeAutoSetupScope(bool value) const;
bool CanBeInlined() const;

Powered by Google App Engine
This is Rietveld 408576698