[webkit-changes] [WebKit/WebKit] 8ee3aa: [JSC] fix wrong text in WASM error message

Commit Queue noreply at github.com
Mon Oct 31 17:04:18 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8ee3aa58b2a4699ea6846a28aa9ee66417c26e6e
      https://github.com/WebKit/WebKit/commit/8ee3aa58b2a4699ea6846a28aa9ee66417c26e6e
  Author: Yijia Huang <yijia_huang at apple.com>
  Date:   2022-10-31 (Mon, 31 Oct 2022)

  Changed paths:
    A JSTests/stress/wasm-error-message-get-local.js
    M Source/JavaScriptCore/wasm/WasmFunctionParser.h

  Log Message:
  -----------
  [JSC] fix wrong text in WASM error message
https://bugs.webkit.org/show_bug.cgi?id=247280
rdar://101023980

Reviewed by Yusuke Suzuki.

Fix WASM error message for `local.get`.

* JSTests/stress/wasm-error-message-get-local.js: Added.
(shouldBe):
(async let):
* Source/JavaScriptCore/wasm/WasmFunctionParser.h:
(JSC::Wasm::FunctionParser<Context>::parseIndexForLocal):

Canonical link: https://commits.webkit.org/256176@main




More information about the webkit-changes mailing list