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

Unified Diff: src/heap-symbols.h

Issue 2307863003: [regexp] Port RegExpMatch, RegExpSearch, and RegExpTest (Closed)
Patch Set: Rebase Created 4 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/builtins/builtins-regexp.cc ('k') | src/js/regexp.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap-symbols.h
diff --git a/src/heap-symbols.h b/src/heap-symbols.h
index 5dc88a6e1ee6f97be4d69c77d020430e95da9995..71ea75778a9ada1dd17ca22339613de0465e30ce 100644
--- a/src/heap-symbols.h
+++ b/src/heap-symbols.h
@@ -60,6 +60,7 @@
V(Error_string, "Error") \
V(eval_string, "eval") \
V(EvalError_string, "EvalError") \
+ V(exec_string, "exec") \
V(false_string, "false") \
V(flags_string, "flags") \
V(float32x4_string, "float32x4") \
@@ -91,7 +92,7 @@
V(isView_string, "isView") \
V(KeyedLoadMonomorphic_string, "KeyedLoadMonomorphic") \
V(KeyedStoreMonomorphic_string, "KeyedStoreMonomorphic") \
- V(last_index_string, "lastIndex") \
+ V(lastIndex_string, "lastIndex") \
V(length_string, "length") \
V(line_string, "line") \
V(Map_string, "Map") \
« no previous file with comments | « src/builtins/builtins-regexp.cc ('k') | src/js/regexp.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698