[webkit-changes] [WebKit/WebKit] 9bf3eb: [JSC] Fix assertions in `getAsyncFromSyncIteratorI...
SUZUKI Sosuke
noreply at github.com
Mon Sep 9 21:11:49 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9bf3ebe92c19e9fb9a19d2e223c6503d057f3c3a
https://github.com/WebKit/WebKit/commit/9bf3ebe92c19e9fb9a19d2e223c6503d057f3c3a
Author: Sosuke Suzuki <aosukeke at gmail.com>
Date: 2024-09-09 (Mon, 09 Sep 2024)
Changed paths:
M Source/JavaScriptCore/bytecompiler/NodesCodegen.cpp
Log Message:
-----------
[JSC] Fix assertions in `getAsyncFromSyncIteratorInternalField` and `getWrapForValidIteratorInternalField`
https://bugs.webkit.org/show_bug.cgi?id=279407
Reviewed by Yusuke Suzuki.
This patch fixes assertions in `emit_intrinsic_getAsyncFromSyncIteratorInternalField` and
`emit_intrinsic_getWrapForValidIteratorInternalField`
* Source/JavaScriptCore/bytecompiler/NodesCodegen.cpp:
(JSC::BytecodeIntrinsicNode::emit_intrinsic_getAsyncFromSyncIteratorInternalField):
(JSC::BytecodeIntrinsicNode::emit_intrinsic_getWrapForValidIteratorInternalField):
Canonical link: https://commits.webkit.org/283387@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