Index: src/code-factory.h |
diff --git a/src/code-factory.h b/src/code-factory.h |
index 2126790359c5303b00669bb29a632daf52c59676..5996a37dc7e36b3c100b862f15e00be299ea0c7b 100644 |
--- a/src/code-factory.h |
+++ b/src/code-factory.h |
@@ -70,6 +70,7 @@ class CodeFactory final { |
static Callable ToNumber(Isolate* isolate); |
static Callable ToString(Isolate* isolate); |
+ static Callable ToName(Isolate* isolate); |
static Callable ToLength(Isolate* isolate); |
static Callable ToObject(Isolate* isolate); |
static Callable NumberToString(Isolate* isolate); |