Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4868790be332adf06b275b1ae0b84f30024f0aa6
https://github.com/WebKit/WebKit/commit/4868790be332adf06b275b1ae0b84f30024f0aa6
Author: Dan Hecht <[email protected]>
Date: 2025-11-13 (Thu, 13 Nov 2025)
Changed paths:
M
Source/JavaScriptCore/SaferCPPExpectations/UncountedLocalVarsCheckerExpectations
M Source/JavaScriptCore/wasm/WasmFunctionParser.h
M Source/JavaScriptCore/wasm/WasmParser.h
Log Message:
-----------
[JSC] Wasm: move some parsing code from ParserBase to FunctionParser
https://bugs.webkit.org/show_bug.cgi?id=302430
rdar://164592738
Reviewed by Yusuke Suzuki.
This code seems related to parsing function sections and is only
used by the FunctionParser. Moving it will make eliding parser
validation a bit less invasive.
Canonical link: https://commits.webkit.org/302988@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications