Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: faeabf1452b7009b4547bd22c179d70e51d30d88 https://github.com/WebKit/WebKit/commit/faeabf1452b7009b4547bd22c179d70e51d30d88 Author: Yusuke Suzuki <ysuz...@apple.com> Date: 2024-11-12 (Tue, 12 Nov 2024)
Changed paths: M Source/JavaScriptCore/wasm/WasmBBQJIT64.cpp Log Message: ----------- [JSC] Aborted in JSC::Wasm::BBQJITImpl::BBQJIT::addStructGet https://bugs.webkit.org/show_bug.cgi?id=282812 rdar://139502441 Reviewed by Yijia Huang. We should put jsNull for exception case since Wasm BBQJIT assumes all constant ref are jsNull. This is just an assertion failure and it does not affect on the code generation, but anyway, let's just fix this. * Source/JavaScriptCore/wasm/WasmBBQJIT64.cpp: (JSC::Wasm::BBQJITImpl::BBQJIT::addArrayGet): (JSC::Wasm::BBQJITImpl::BBQJIT::addStructGet): Canonical link: https://commits.webkit.org/286480@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