+2017-11-30 Yusuke Suzuki <utatane.tea@gmail.com>
+
+ [DFG][FTL] operationHasIndexedProperty does not consider negative int32_t
+ https://bugs.webkit.org/show_bug.cgi?id=180190
+
+ Reviewed by Mark Lam.
+
+ * stress/operation-in-may-have-negative-int32-array-storage.js: Added.
+ (shouldBe):
+ (test1):
+ * stress/operation-in-may-have-negative-int32-contiguous-array.js: Added.
+ (shouldBe):
+ (test1):
+ * stress/operation-in-may-have-negative-int32-double-array.js: Added.
+ (shouldBe):
+ (test1):
+ * stress/operation-in-may-have-negative-int32-generic-array.js: Added.
+ (shouldBe):
+ (test1):
+ * stress/operation-in-may-have-negative-int32-int32-array.js: Added.
+ (shouldBe):
+ (test1):
+ * stress/operation-in-may-have-negative-int32.js: Added.
+ (shouldBe):
+ (test2):
+ * stress/operation-in-negative-int32-cast.js: Added.
+ (shouldBe):
+ (test1):
+
2017-11-28 JF Bastien <jfbastien@apple.com>
Strict and sloppy functions shouldn't share structure