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

Unified Diff: runtime/vm/object.h

Issue 2949383003: Avoid an assert fault in snapshot writer by making sure that the parent of a (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | 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 5c007ee2624704b82e13061fbe466fb8889d2c1c..f08fa72fcf454c50c89afe7f61adad683f9680e1 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -2218,6 +2218,9 @@ class Function : public Object {
RawType* SignatureType() const;
RawType* ExistingSignatureType() const;
+ // Allocate and return a signature function equivalent to this function.
+ RawFunction* CanonicalSignatureFunction(TrailPtr trail) const;
+
// Update the signature type (with a canonical version).
void SetSignatureType(const Type& value) const;
« no previous file with comments | « no previous file | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698