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

Unified Diff: include/v8.h

Issue 336863007: Parser: add usage counters for "use asm". (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 6 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/ast-value-factory.h » ('j') | no next file with comments »
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 cbbc0ff450490135cb93d476e53fefdc13e8c4da..23b61dc3a0df8366adaab38cce1871a7ec414f17 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -4134,7 +4134,8 @@ class V8_EXPORT Isolate {
* list.
*/
enum UseCounterFeature {
- kUseAsm = 0
+ kUseAsm = 0,
+ kUseCounterFeatureCount
jochen (gone - plz use gerrit) 2014/06/30 13:23:21 can you add a comment similar to the one in Source
marja 2014/06/30 13:25:25 Done.
};
typedef void (*UseCounterCallback)(Isolate* isolate,
« no previous file with comments | « no previous file | src/ast-value-factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698