Chrome V8 Turbofan JSCallReducer::ReduceArrayIndexOfIncludes Failed Check
v8: turbofan: JSCallReducer::ReduceArrayIndexOfIncludes fails to insert Map checks Since commit https://chromium.googlesource.com/v8/v8.git/+/c22bb466d8934685d897708119543d099b9d2a9a turbofan supports inlining calls to array.includes and array.indexOf. The logic of the function is roughly: 1. Che...