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

Unified Diff: src/bailout-reason.h

Issue 791603003: WIP context-allocation for “this” in arrow functions Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: WIP v3 Created 5 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
Index: src/bailout-reason.h
diff --git a/src/bailout-reason.h b/src/bailout-reason.h
index 411f361d41ae0384ac58cfd7a342d06992b932a3..302402e6d67b3b20383a8881c9ba72387c6c5eff 100644
--- a/src/bailout-reason.h
+++ b/src/bailout-reason.h
@@ -20,6 +20,7 @@ namespace internal {
"Arguments object value in a test context") \
V(kArrayBoilerplateCreationFailed, "Array boilerplate creation failed") \
V(kArrayIndexConstantValueTooBig, "Array index constant value too big") \
+ V(kCapturedThis, "Receiver is captured in the context") \
wingo 2015/01/15 10:09:05 Please place in alphabetical order. Tx :)
aperez 2015/01/15 16:58:03 Done.
V(kAssignmentToArguments, "Assignment to arguments") \
V(kAssignmentToLetVariableBeforeInitialization, \
"Assignment to let variable before initialization") \

Powered by Google App Engine
This is Rietveld 408576698