Index: src/compiler/js-intrinsic-lowering.h |
diff --git a/src/compiler/js-intrinsic-lowering.h b/src/compiler/js-intrinsic-lowering.h |
index 2a2baf09304c8651c8ed7d7e5eefc547933f84a0..e83b5b149929facd69c93506c03065b8b7aa0317 100644 |
--- a/src/compiler/js-intrinsic-lowering.h |
+++ b/src/compiler/js-intrinsic-lowering.h |
@@ -68,6 +68,7 @@ class V8_EXPORT_PRIVATE JSIntrinsicLowering final |
// TODO(turbofan): typedarray.js support; drop once TypedArrays are |
// converted to proper CodeStubAssembler based builtins. |
Reduction ReduceArrayBufferViewField(Node* node, FieldAccess const& access); |
+ Reduction ReduceArrayBufferViewWasNeutered(Node* node); |
Reduction ReduceMaxSmi(Node* node); |
Reduction ReduceTypedArrayMaxSizeInHeap(Node* node); |