Index: src/code-factory.h |
diff --git a/src/code-factory.h b/src/code-factory.h |
index ec1435c199fa6541a98a83c31f7e9b3b38e16832..f93f46e748ad85fd1a7502727d4600042975981c 100644 |
--- a/src/code-factory.h |
+++ b/src/code-factory.h |
@@ -74,6 +74,7 @@ class CodeFactory final { |
static Callable ToNumber(Isolate* isolate); |
static Callable ToString(Isolate* isolate); |
+ static Callable ToLength(Isolate* isolate); |
static Callable ToObject(Isolate* isolate); |
static Callable StringAdd(Isolate* isolate, StringAddFlags flags, |