| Index: src/compiler/operation-typer.h
|
| diff --git a/src/compiler/operation-typer.h b/src/compiler/operation-typer.h
|
| index 2dac0d5834d588a29d0a7a7937d2199a7b0cc403..d2d10fab8428eef435c75f458ab9ec4a2c79d666 100644
|
| --- a/src/compiler/operation-typer.h
|
| +++ b/src/compiler/operation-typer.h
|
| @@ -48,6 +48,10 @@ class V8_EXPORT_PRIVATE 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 {
|
|
|