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

Unified Diff: src/bailout-reason.h

Issue 2647523002: Revert I+TF for lexical variables (Closed)
Patch Set: Created 3 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/ast/ast-numbering.cc ('k') | test/mjsunit/regress/regress-v8-5666.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/bailout-reason.h
diff --git a/src/bailout-reason.h b/src/bailout-reason.h
index 23af63e42a4230d5dc08fecf40228cec0eb8c47d..fe3f6a4b70761326990351cb53febe367118306b 100644
--- a/src/bailout-reason.h
+++ b/src/bailout-reason.h
@@ -174,7 +174,6 @@ namespace internal {
V(kReceivedInvalidReturnAddress, "Received invalid return address") \
V(kReferenceToAVariableWhichRequiresDynamicLookup, \
"Reference to a variable which requires dynamic lookup") \
- V(kReferenceToLetOrConstVariable, "Reference to let or const variable") \
V(kReferenceToGlobalLexicalVariable, "Reference to global lexical variable") \
V(kReferenceToModuleVariable, "Reference to module-allocated variable") \
V(kReferenceToUninitializedVariable, "Reference to uninitialized variable") \
« no previous file with comments | « src/ast/ast-numbering.cc ('k') | test/mjsunit/regress/regress-v8-5666.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698