[webkit-changes] [WebKit/WebKit] adb07f: [JSC] Remove stale assertion in Object.getOwnPrope...
Yusuke Suzuki
noreply at github.com
Tue Jan 14 16:54:20 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: adb07fee8b11259cca4cee565431a150c68245e9
https://github.com/WebKit/WebKit/commit/adb07fee8b11259cca4cee565431a150c68245e9
Author: Yusuke Suzuki <ysuzuki at apple.com>
Date: 2025-01-14 (Tue, 14 Jan 2025)
Changed paths:
A JSTests/stress/get-own-property-descriptors-oom.js
M Source/JavaScriptCore/runtime/ObjectConstructor.cpp
Log Message:
-----------
[JSC] Remove stale assertion in Object.getOwnPropertyDescriptors
https://bugs.webkit.org/show_bug.cgi?id=285942
rdar://142475011
Reviewed by Yijia Huang.
Remove stale assertion. OOM can happen here.
* JSTests/stress/get-own-property-descriptors-oom.js: Added.
(func_1_.try.func_2_):
(func_1_):
* Source/JavaScriptCore/runtime/ObjectConstructor.cpp:
(JSC::objectConstructorGetOwnPropertyDescriptors):
Canonical link: https://commits.webkit.org/288903@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list