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

Unified Diff: src/counters.h

Issue 2756523004: WIP: Create a public v8::DictionarySchema API for bulk reads from dict objects.
Patch Set: 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
« no previous file with comments | « src/api.cc ('k') | src/objects.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/counters.h
diff --git a/src/counters.h b/src/counters.h
index a0a30d5d4c17ba3ece68302a0ba3cfe4858868a6..7d2d66fd150733693a029babb1e25f5306707f8b 100644
--- a/src/counters.h
+++ b/src/counters.h
@@ -546,6 +546,8 @@ class RuntimeCallTimer final {
V(Date_New) \
V(Date_NumberValue) \
V(Debug_Call) \
+ V(DictionarySchema_Get) \
+ V(DictionarySchema_New) \
V(Error_New) \
V(External_New) \
V(Float32Array_New) \
« no previous file with comments | « src/api.cc ('k') | src/objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698