| Index: src/code-factory.h
|
| diff --git a/src/code-factory.h b/src/code-factory.h
|
| index 9d2bce6aea3a6af8ae2699f5f1a20decf3479aa7..67e9a37bc99a3df647887496277368f1ca78346c 100644
|
| --- a/src/code-factory.h
|
| +++ b/src/code-factory.h
|
| @@ -79,6 +79,8 @@ class CodeFactory final {
|
| static Callable RegExpConstructResult(Isolate* isolate);
|
| static Callable RegExpExec(Isolate* isolate);
|
|
|
| + static Callable Add(Isolate* isolate);
|
| + static Callable Subtract(Isolate* isolate);
|
| static Callable LessThan(Isolate* isolate);
|
| static Callable LessThanOrEqual(Isolate* isolate);
|
| static Callable GreaterThan(Isolate* isolate);
|
|
|