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

Unified Diff: runtime/vm/object.h

Issue 212883009: Handle creating ParameterMirrors for the parameters of forwarding constructors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: different Created 6 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
« no previous file with comments | « runtime/lib/mirrors.cc ('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 1b2da1488c96c1356dd41add5600163577625ef1..4eba365688994976e89bf97f6a7ad7f85fa638ff 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -819,8 +819,8 @@ class Class : public Object {
RawType* mixin() const { return raw_ptr()->mixin_; }
void set_mixin(const Type& value) const;
+ // Note this returns false for mixin application aliases.
bool IsMixinApplication() const;
- bool IsAnonymousMixinApplication() const;
RawClass* patch_class() const {
return raw_ptr()->patch_class_;
« no previous file with comments | « runtime/lib/mirrors.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698