Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5a2a5017b29bc7ab3f4bf6aafc21f00888a67cca
https://github.com/WebKit/WebKit/commit/5a2a5017b29bc7ab3f4bf6aafc21f00888a67cca
Author: Sosuke Suzuki <[email protected]>
Date: 2024-11-24 (Sun, 24 Nov 2024)
Changed paths:
M Source/JavaScriptCore/runtime/JSAsyncFromSyncIterator.cpp
M Source/JavaScriptCore/runtime/JSAsyncFromSyncIterator.h
Log Message:
-----------
[JSC] Set `JSValue` instead of `JSObject` as `JSAsyncFromSyncIterator`
internal fields
https://bugs.webkit.org/show_bug.cgi?id=283096
Reviewed by Yusuke Suzuki.
This patch changes to set `JSValue` instead of `JSObject` as
`JSAsyncFromSyncIterator` internal fields.
* Source/JavaScriptCore/runtime/JSAsyncFromSyncIterator.cpp:
(JSC::JSAsyncFromSyncIterator::createWithInitialValues):
(JSC::JSAsyncFromSyncIterator::create):
(JSC::JSC_DEFINE_HOST_FUNCTION):
(JSC::JSAsyncFromSyncIterator::finishCreation): Deleted.
* Source/JavaScriptCore/runtime/JSAsyncFromSyncIterator.h:
Canonical link: https://commits.webkit.org/287025@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