Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 750848191cfc7e1ea69052c9883b32ee630de95f https://github.com/WebKit/WebKit/commit/750848191cfc7e1ea69052c9883b32ee630de95f Author: Shu-yu Guo <s...@apple.com> Date: 2025-08-22 (Fri, 22 Aug 2025)
Changed paths: M Source/JavaScriptCore/dfg/DFGOperations.cpp M Source/JavaScriptCore/runtime/JSMapIterator.cpp M Source/JavaScriptCore/runtime/JSSetIterator.cpp M Source/JavaScriptCore/runtime/OrderedHashTable.h Log Message: ----------- [JSC] Throw instead of assert on OOM in OrderedHashTable https://bugs.webkit.org/show_bug.cgi?id=297698 rdar://158595495 Reviewed by Yusuke Suzuki, Keith Miller, and Yijia Huang. OrderedHashTable::storage attempts to materialize the store, but is incorrectly unconditionally ASSERTing that the allocation succeeded, even on OOM. Canonical link: https://commits.webkit.org/299065@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