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

Unified Diff: src/counters.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/counters.h
diff --git a/src/counters.h b/src/counters.h
index ab9fb481ce0aeb8e33015e9fe18c9ec42e02a1b9..d90a5f3c914addb18d4e87e3754dc8b0d756dc70 100644
--- a/src/counters.h
+++ b/src/counters.h
@@ -574,6 +574,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