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

Unified Diff: include/v8.h

Issue 1546493003: Revert of Add web compat workarounds for ES2015 RegExp semantics (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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 | « no previous file | src/js/harmony-regexp.js » ('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 1e97776aab008f35d6cc23a5fbc468327f9d68d8..338abdabcfcec4ec6f86ea20ba4b94efacc97089 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -5411,8 +5411,6 @@
kSloppyMode = 8,
kStrictMode = 9,
kStrongMode = 10,
- kRegExpPrototypeStickyGetter = 11,
- kRegExpPrototypeToString = 12,
kUseCounterFeatureCount // This enum value must be last.
};
« no previous file with comments | « no previous file | src/js/harmony-regexp.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698