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

Unified Diff: src/bailout-reason.h

Issue 2703563002: [ESNext] Implement DynamicImportCall (Closed)
Patch Set: fix build 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 e8b1bcac7de03f8ece17af35d73f22ab373b0a86..400faf124c0faa9adc9e0c6b979674abf31383c1 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") \
adamk 2017/03/15 21:36:43 The string here should be a sentence, like "Dynami
gsathya 2017/03/16 00:59:24 Leaving as such to be consistent with others. Happ
V(kEliminatedBoundsCheckFailed, "Eliminated bounds check failed") \
V(kEmitLoadRegisterUnsupportedDoubleImmediate, \
"EmitLoadRegister: Unsupported double immediate") \

Powered by Google App Engine
This is Rietveld 408576698