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

Unified Diff: src/accessors.h

Issue 2449783006: Add a native data property that replaces itself with a real data property (Closed)
Patch Set: Created 4 years, 2 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 | « include/v8.h ('k') | src/accessors.cc » ('j') | src/accessors.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/accessors.h
diff --git a/src/accessors.h b/src/accessors.h
index 86e796337b3f65021aeb5702e1d27d9e0c245688..1e54e8bc0901e2dab0a9500bc7703670ee3da661 100644
--- a/src/accessors.h
+++ b/src/accessors.h
@@ -114,7 +114,8 @@ class Accessors : public AllStatic {
static Handle<AccessorInfo> MakeAccessor(
Isolate* isolate, Handle<Name> name, AccessorNameGetterCallback getter,
- AccessorNameBooleanSetterCallback setter, PropertyAttributes attributes);
+ AccessorNameBooleanSetterCallback setter, PropertyAttributes attributes,
+ bool replace_on_access);
};
} // namespace internal
« no previous file with comments | « include/v8.h ('k') | src/accessors.cc » ('j') | src/accessors.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698