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

Unified Diff: runtime/vm/object.h

Issue 1569213003: Eliminate phase parameter in constructors (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 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 | « runtime/vm/method_recognizer.h ('k') | runtime/vm/object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index b223be260e951e15d3a2dad59bc8e01645994a94..5d3c509bdf190d2536615580cb679d67d52474ae 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -2654,10 +2654,6 @@ class Function : public Object {
// Sets deopt reason in all ICData-s with given deopt_id.
void SetDeoptReasonForAll(intptr_t deopt_id, ICData::DeoptReasonId reason);
- static const int kCtorPhaseInit = 1 << 0;
- static const int kCtorPhaseBody = 1 << 1;
- static const int kCtorPhaseAll = (kCtorPhaseInit | kCtorPhaseBody);
-
void set_modifier(RawFunction::AsyncModifier value) const;
// static: Considered during class-side or top-level resolution rather than
« no previous file with comments | « runtime/vm/method_recognizer.h ('k') | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698