Index: src/compiler/js-typed-lowering.h |
diff --git a/src/compiler/js-typed-lowering.h b/src/compiler/js-typed-lowering.h |
index 61e788f655c9e0cd590ab6021399c55cbbf541ef..c7e52e2b01bc21449d2f738eb60b0105851cd203 100644 |
--- a/src/compiler/js-typed-lowering.h |
+++ b/src/compiler/js-typed-lowering.h |
@@ -63,6 +63,7 @@ class V8_EXPORT_PRIVATE JSTypedLowering final |
Reduction ReduceJSToBoolean(Node* node); |
Reduction ReduceJSToInteger(Node* node); |
Reduction ReduceJSToLength(Node* node); |
+ Reduction ReduceJSToName(Node* node); |
Reduction ReduceJSToNumberInput(Node* input); |
Reduction ReduceJSToNumber(Node* node); |
Reduction ReduceJSToStringInput(Node* input); |