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

Unified Diff: runtime/vm/symbols.h

Issue 1815333002: Simpler regex names: (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: sync Created 4 years, 9 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 | « runtime/vm/snapshot.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index 681da3b742f7fe386e0a2b30da11104c8207a2ad..d5f34987fdbd9c0699ac6e4565a8171601164d4b 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -199,9 +199,9 @@ class ObjectPointerVisitor;
V(_RawReceivePortImpl, "_RawReceivePortImpl") \
V(_SendPortImpl, "_SendPortImpl") \
V(_StackTrace, "_StackTrace") \
- V(JSSyntaxRegExp, "_JSSyntaxRegExp") \
+ V(_RegExp, "_RegExp") \
V(RegExp, "RegExp") \
- V(Irregexp, ":irregexp") \
+ V(ColonMatcher, ":matcher") \
V(Object, "Object") \
V(Int, "int") \
V(Double, "double") \
« no previous file with comments | « runtime/vm/snapshot.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698