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

Unified Diff: src/code-factory.h

Issue 1475823003: [runtime] First step to sanitize regexp literal creation. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 1 month 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
Index: src/code-factory.h
diff --git a/src/code-factory.h b/src/code-factory.h
index 6a35a85f83207ad4ea8a0698df9f0bb05dcf9aad..dd5220de9bb9540f759c5ed79c033cd21c67e619 100644
--- a/src/code-factory.h
+++ b/src/code-factory.h
@@ -84,6 +84,7 @@ class CodeFactory final {
static Callable Typeof(Isolate* isolate);
+ static Callable FastCloneRegExp(Isolate* isolate);
static Callable FastCloneShallowArray(Isolate* isolate);
static Callable FastCloneShallowObject(Isolate* isolate, int length);

Powered by Google App Engine
This is Rietveld 408576698