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

Unified Diff: src/compiler/opcodes.h

Issue 2435023002: Use a different map to distinguish eval contexts (Closed)
Patch Set: relax dchecks Created 4 years, 1 month 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/compiler/opcodes.h
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h
index e8e6e11e08a0a3d8dc6bd7ebfa2d1a6f22bb1fc1..10d94735b24f33eeae6de76e8e1f2e6bcf1ba663 100644
--- a/src/compiler/opcodes.h
+++ b/src/compiler/opcodes.h
@@ -145,6 +145,7 @@
V(JSLoadContext) \
V(JSStoreContext) \
V(JSCreateFunctionContext) \
+ V(JSCreateEvalContext) \
V(JSCreateCatchContext) \
V(JSCreateWithContext) \
V(JSCreateBlockContext) \

Powered by Google App Engine
This is Rietveld 408576698