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

Unified Diff: src/objects.h

Issue 1600923002: [runtime] Stop cloning AccessorInfo, just rely on PropertyAttributes for readonly. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 11 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 | « src/accessors.cc ('k') | src/objects.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index c81f9dbe29c3d59fa232fc87d7a550d3fe427ee4..32366843ff2b15f92ae827f1d7746009b5d6fa9d 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -10196,8 +10196,6 @@ class AccessorInfo: public Struct {
// Dispatched behavior.
DECLARE_PRINTER(AccessorInfo)
- static void ClearSetter(Handle<AccessorInfo> info);
-
inline bool all_can_read();
inline void set_all_can_read(bool value);
« no previous file with comments | « src/accessors.cc ('k') | src/objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698