Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 424a5b978e6443f677a35ac612bc131d9dd5c32e https://github.com/WebKit/WebKit/commit/424a5b978e6443f677a35ac612bc131d9dd5c32e Author: Michael Saboff <msab...@apple.com> Date: 2024-10-30 (Wed, 30 Oct 2024)
Changed paths: A JSTests/stress/put-by-id-no-crash-interpreter.js M Source/JavaScriptCore/llint/LLIntSlowPaths.cpp Log Message: ----------- [JSC] ASSERTION FAILED: oldStructure == newStructure->previousID() https://bugs.webkit.org/show_bug.cgi?id=282342 rdar://138178461 Reviewed by Yijia Huang and Yusuke Suzuki. Folded the ASSERT and corresponding *if* into the enclosing *if*. Added a new test that creates the conditions that would hit the deleted ASSERT. * JSTests/stress/put-by-id-no-crash-interpreter.js: Added. (shouldBe): (createDictionary): (putWithSideEffects): * Source/JavaScriptCore/llint/LLIntSlowPaths.cpp: (JSC::LLInt::LLINT_SLOW_PATH_DECL): Canonical link: https://commits.webkit.org/285932@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes