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

Unified Diff: src/lookup.h

Issue 1943303002: Make it possible to set a getter and a setter at the same time (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase Created 4 years, 7 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 | src/lookup.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/lookup.h
diff --git a/src/lookup.h b/src/lookup.h
index 8005f32eb957667b3ff05ddf95795d5ef0fe4bd1..4cd4ece75d68a3af1823f4101476cc3ead66395d 100644
--- a/src/lookup.h
+++ b/src/lookup.h
@@ -229,8 +229,8 @@ class LookupIterator final BASE_EMBEDDED {
void ReconfigureDataProperty(Handle<Object> value,
PropertyAttributes attributes);
void Delete();
- void TransitionToAccessorProperty(AccessorComponent component,
- Handle<Object> accessor,
+ void TransitionToAccessorProperty(Handle<Object> getter,
+ Handle<Object> setter,
PropertyAttributes attributes);
void TransitionToAccessorPair(Handle<Object> pair,
PropertyAttributes attributes);
« no previous file with comments | « no previous file | src/lookup.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698