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

Unified Diff: src/bailout-reason.h

Issue 2703563002: [ESNext] Implement DynamicImportCall (Closed)
Patch Set: simplify error handling Created 3 years, 9 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 bd5aec64f317280afaa66c5158f13c0a5cd5ccf5..b2d95bb0c1b6fa58a848ecd0bae8e98de733db8e 100644
--- a/src/bailout-reason.h
+++ b/src/bailout-reason.h
@@ -58,6 +58,7 @@ namespace internal {
"Encountered a do-expression with unmodelable control statements") \
V(kDoPushArgumentNotImplementedForDoubleType, \
"DoPushArgument not implemented for double type") \
+ V(kDynamicImport, "DynamicImport") \
neis 2017/03/17 10:36:31 Nit: Maybe be a bit more elaborate ("Dynamic modul
gsathya 2017/03/17 21:47:59 As I mentioned to Adam, leaving this as such to be
neis 2017/03/20 09:36:03 I don't think we need to be consistent in this res
gsathya 2017/03/22 03:08:34 Done.
V(kEliminatedBoundsCheckFailed, "Eliminated bounds check failed") \
V(kEmitLoadRegisterUnsupportedDoubleImmediate, \
"EmitLoadRegister: Unsupported double immediate") \

Powered by Google App Engine
This is Rietveld 408576698