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

Unified Diff: src/runtime/runtime.h

Issue 1545633002: Reland of Add web compat workarounds for ES2015 RegExp semantics (patchset #3 id:40001 of https://c… (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Move var declaration up to fix debug build Created 5 years 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/js/regexp.js ('k') | src/runtime/runtime-internal.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/runtime/runtime.h
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
index 5ec87e7a960c62c5e01c5b4f4302e51f1ac4814d..ba7a456ae00c2a48705c8f05a27f7cbec4d3b7ae 100644
--- a/src/runtime/runtime.h
+++ b/src/runtime/runtime.h
@@ -346,7 +346,8 @@ namespace internal {
F(IncrementStatsCounter, 1, 1) \
F(ThrowConstructedNonConstructable, 1, 1) \
F(ThrowCalledNonCallable, 1, 1) \
- F(CreateListFromArrayLike, 1, 1)
+ F(CreateListFromArrayLike, 1, 1) \
+ F(IncrementUseCounter, 1, 1)
#define FOR_EACH_INTRINSIC_JSON(F) \
« no previous file with comments | « src/js/regexp.js ('k') | src/runtime/runtime-internal.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698