Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d5d2f1973d40d5a7fdd430efafbd08386e1ea194
https://github.com/WebKit/WebKit/commit/d5d2f1973d40d5a7fdd430efafbd08386e1ea194
Author: Vassili Bykov <[email protected]>
Date: 2026-04-15 (Wed, 15 Apr 2026)
Changed paths:
M Source/JavaScriptCore/interpreter/CallFrame.h
Log Message:
-----------
[JSC] Update the description of CallFrame::argumentCountIncludingThis for
Wasm callees
https://bugs.webkit.org/show_bug.cgi?id=312388
rdar://174847751
Reviewed by Keith Miller.
The comment describing CallFrame layout says that the value
argumentCountIncludingThis
slot is not meaningful in Wasm code. That is incorrect. Update the comment to
describe
how it stores the call site index in the upper 32 bits. Also add a note about
the
use of the arg0 slot for multi-value return in Wasm.
Doc-only change, no new tests.
* Source/JavaScriptCore/interpreter/CallFrame.h:
Canonical link: https://commits.webkit.org/311327@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications