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

Unified Diff: runtime/vm/object.h

Issue 1440753002: Include field reference with implicit getter / setter functions (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 1 month 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/observatory/tests/service/implicit_getter_setter_test.dart ('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 a0157aae742c4a73ff4b7c4608be526d45e4d00d..ebe753da0f80d012cac6999451469d7fc67be933 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -2198,6 +2198,8 @@ class Function : public Object {
RawContextScope* context_scope() const;
void set_context_scope(const ContextScope& value) const;
+ RawField* LookupImplicitGetterSetterField() const;
+
// Enclosing function of this local function.
RawFunction* parent_function() const;
« no previous file with comments | « runtime/observatory/tests/service/implicit_getter_setter_test.dart ('k') | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698