Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 226e75002a92760b0a9ae34d4ee79ed38fcdd0c0
https://github.com/WebKit/WebKit/commit/226e75002a92760b0a9ae34d4ee79ed38fcdd0c0
Author: Yusuke Suzuki <[email protected]>
Date: 2025-03-06 (Thu, 06 Mar 2025)
Changed paths:
M Source/JavaScriptCore/runtime/WeakMapPrototype.cpp
Log Message:
-----------
[JSC] WeakMap#getOrInsert should not call function under AssertNoGC
https://bugs.webkit.org/show_bug.cgi?id=289278
rdar://145241628
Reviewed by Yijia Huang.
We should not call function with AssertNoGC since it can cause whatever
it want.
* Source/JavaScriptCore/runtime/WeakMapPrototype.cpp:
(JSC::JSC_DEFINE_HOST_FUNCTION):
Canonical link: https://commits.webkit.org/291742@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes