| Index: src/code-factory.h
|
| diff --git a/src/code-factory.h b/src/code-factory.h
|
| index 0aac643655a94e1b824da5e830745ff0d7873eb1..c81333dad1e50b22313f01e41d7c94e0d6e2fc59 100644
|
| --- a/src/code-factory.h
|
| +++ b/src/code-factory.h
|
| @@ -86,6 +86,7 @@ class CodeFactory final {
|
| static Callable Subtract(Isolate* isolate);
|
| static Callable Multiply(Isolate* isolate);
|
| static Callable Divide(Isolate* isolate);
|
| + static Callable Modulus(Isolate* isolate);
|
| static Callable BitwiseAnd(Isolate* isolate);
|
| static Callable BitwiseOr(Isolate* isolate);
|
| static Callable BitwiseXor(Isolate* isolate);
|
|
|