| Index: src/compiler/js-type-hint-lowering.h
|
| diff --git a/src/compiler/js-type-hint-lowering.h b/src/compiler/js-type-hint-lowering.h
|
| index 964086d83c3331e08a2989e0f5c15428dafa8466..7bd237814de6edd1bd83a05d6a16ced19f8a73d1 100644
|
| --- a/src/compiler/js-type-hint-lowering.h
|
| +++ b/src/compiler/js-type-hint-lowering.h
|
| @@ -55,6 +55,10 @@ class JSTypeHintLowering {
|
| Node* effect, Node* control,
|
| FeedbackSlot slot) const;
|
|
|
| + // Potential reduction to ToNumber operations
|
| + Reduction ReduceToNumberOperation(Node* value, Node* effect, Node* control,
|
| + FeedbackSlot slot) const;
|
| +
|
| // Potential reduction of property access operations.
|
| Reduction ReduceLoadNamedOperation(const Operator* op, Node* obj,
|
| Node* effect, Node* control,
|
|
|