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

Unified Diff: src/counters.h

Issue 2703563002: [ESNext] Implement DynamicImportCall (Closed)
Patch Set: add test + comments 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/counters.h
diff --git a/src/counters.h b/src/counters.h
index 4552a4f956eccd8857411990435c9aa537cfbe7a..8216cfc65b6e92cf8614f6edbab7ce5303feffb6 100644
--- a/src/counters.h
+++ b/src/counters.h
@@ -582,6 +582,8 @@ class RuntimeCallTimer final {
V(Message_GetLineNumber) \
V(Message_GetSourceLine) \
V(Message_GetStartColumn) \
+ V(Module_FinishDynamicImportSuccess) \
+ V(Module_FinishDynamicImportFailure) \
V(Module_Evaluate) \
V(Module_Instantiate) \
V(NumberObject_New) \

Powered by Google App Engine
This is Rietveld 408576698