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); |