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

Unified Diff: src/objects.h

Issue 6076: Added special case for atomic regular expressions. (Closed)
Patch Set: Created 12 years, 3 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/log.cc ('k') | src/objects-debug.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index 85a812217848d5690db07c8fa56edc16379e99db..367a57e91e1889dbe953e4491aeedf5a208c2596 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -2812,7 +2812,7 @@ class JSValue: public JSObject {
// Regular expressions
class JSRegExp: public JSObject {
public:
- enum Type { JSCRE, INDEX_OF };
+ enum Type { JSCRE, ATOM };
inline Type type_tag();
inline void set_type_tag(Type value);
« no previous file with comments | « src/log.cc ('k') | src/objects-debug.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698