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

Unified Diff: src/objects-debug.cc

Issue 2405213002: V8 support for cached accessors. (Closed)
Patch Set: Centralized lookup in LookupIterator::TryLookupCacheProperty. Also rebase. 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
Index: src/objects-debug.cc
diff --git a/src/objects-debug.cc b/src/objects-debug.cc
index 179e92f21a3600054a335501344dd49b44ef47cb..eb12f52f39b8c03022558f4de503751f6e54dd53 100644
--- a/src/objects-debug.cc
+++ b/src/objects-debug.cc
@@ -1109,6 +1109,7 @@ void FunctionTemplateInfo::FunctionTemplateInfoVerify() {
VerifyPointer(instance_template());
VerifyPointer(signature());
VerifyPointer(access_check_info());
+ VerifyPointer(cache_property());
}

Powered by Google App Engine
This is Rietveld 408576698