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

Unified Diff: src/deoptimizer.h

Issue 1521953002: [proxies] fix access issue when having proxies on the prototype-chain of global objects. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: ppc code mess Created 5 years 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/deoptimizer.h
diff --git a/src/deoptimizer.h b/src/deoptimizer.h
index 1c6d9e190a871db5d2c7ce0054e2becbb8b87dee..58e86ed26ffa33a7243367565f6caadfb12c0207 100644
--- a/src/deoptimizer.h
+++ b/src/deoptimizer.h
@@ -307,6 +307,7 @@ class OptimizedFunctionVisitor BASE_EMBEDDED {
#define DEOPT_MESSAGES_LIST(V) \
+ V(kAccessCheck, "Access check needed") \
V(kNoReason, "no reason") \
V(kConstantGlobalVariableAssignment, "Constant global variable assignment") \
V(kConversionOverflow, "conversion overflow") \

Powered by Google App Engine
This is Rietveld 408576698