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

Unified Diff: include/v8.h

Issue 1558113002: Add UseCounters for various standards-related code paths (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Don't expose patternSymbol Created 4 years, 12 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 | « no previous file | src/heap/heap.h » ('j') | src/i18n.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index 70a3a596d82f7b474f6c4aa29e97cdba8dfce925..553a6f619ad9e9fb3fad75adbf44a5aa673fb626 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -5445,6 +5445,12 @@ class V8_EXPORT Isolate {
kStrongMode = 10,
kRegExpPrototypeStickyGetter = 11,
kRegExpPrototypeToString = 12,
+ kRegExpPrototypeUnicodeGetter = 13,
+ kIntlV8Parse = 14,
+ kIntlPattern = 15,
+ kPromiseChain = 16,
+ kPromiseAccept = 17,
+ kPromiseDefer = 18,
kUseCounterFeatureCount // This enum value must be last.
};
« no previous file with comments | « no previous file | src/heap/heap.h » ('j') | src/i18n.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698