| Index: src/code-factory.h
|
| diff --git a/src/code-factory.h b/src/code-factory.h
|
| index a63f84d052716d4bbb2966ff89737c8e1d738b03..93ef5f5e2d85dda83232aa204f75c288a04aa480 100644
|
| --- a/src/code-factory.h
|
| +++ b/src/code-factory.h
|
| @@ -66,6 +66,8 @@ class CodeFactory final {
|
| static Callable ToBoolean(Isolate* isolate);
|
|
|
| static Callable ToNumber(Isolate* isolate);
|
| + static Callable NonNumberToNumber(Isolate* isolate);
|
| + static Callable StringToNumber(Isolate* isolate);
|
| static Callable ToString(Isolate* isolate);
|
| static Callable ToName(Isolate* isolate);
|
| static Callable ToLength(Isolate* isolate);
|
|
|