| Index: src/compiler/operation-typer.h
|
| diff --git a/src/compiler/operation-typer.h b/src/compiler/operation-typer.h
|
| index 09f063c14e6575502a3aa73b3ca00ffd49514c9a..a9d0174664b278f748a3c3e7bb1d7c3db2ea843a 100644
|
| --- a/src/compiler/operation-typer.h
|
| +++ b/src/compiler/operation-typer.h
|
| @@ -47,6 +47,10 @@ class OperationTyper {
|
| SIMPLIFIED_SPECULATIVE_NUMBER_BINOP_LIST(DECLARE_METHOD)
|
| #undef DECLARE_METHOD
|
|
|
| + // Check operators.
|
| + Type* CheckFloat64Hole(Type* type);
|
| + Type* CheckNumber(Type* type);
|
| +
|
| Type* TypeTypeGuard(const Operator* sigma_op, Type* input);
|
|
|
| enum ComparisonOutcomeFlags {
|
|
|