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

Unified Diff: runtime/vm/bootstrap_natives.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/lib/regexp_patch.dart ('k') | runtime/vm/flow_graph_type_propagator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/bootstrap_natives.h
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
index 03f28696337cf294823ee3c974bef605ba2b740f..1e79c5798036aa010605657a693b0e61cc6ac141 100644
--- a/runtime/vm/bootstrap_natives.h
+++ b/runtime/vm/bootstrap_natives.h
@@ -99,12 +99,12 @@ namespace dart {
V(Double_toStringAsExponential, 2) \
V(Double_toStringAsPrecision, 2) \
V(Double_flipSignBit, 1) \
- V(JSSyntaxRegExp_factory, 4) \
- V(JSSyntaxRegExp_getPattern, 1) \
- V(JSSyntaxRegExp_getIsMultiLine, 1) \
- V(JSSyntaxRegExp_getIsCaseSensitive, 1) \
- V(JSSyntaxRegExp_getGroupCount, 1) \
- V(JSSyntaxRegExp_ExecuteMatch, 3) \
+ V(RegExp_factory, 4) \
+ V(RegExp_getPattern, 1) \
+ V(RegExp_getIsMultiLine, 1) \
+ V(RegExp_getIsCaseSensitive, 1) \
+ V(RegExp_getGroupCount, 1) \
+ V(RegExp_ExecuteMatch, 3) \
V(List_allocate, 2) \
V(List_getIndexed, 2) \
V(List_setIndexed, 3) \
« no previous file with comments | « runtime/lib/regexp_patch.dart ('k') | runtime/vm/flow_graph_type_propagator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698