Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4c01e1b810582bf2081e1ffc70af6d3d70385b0c
      
https://github.com/WebKit/WebKit/commit/4c01e1b810582bf2081e1ffc70af6d3d70385b0c
  Author: Sergey Rubanov <[email protected]>
  Date:   2026-08-03 (Mon, 03 Aug 2026)

  Changed paths:
    M Source/JavaScriptCore/wasm/WasmConstExprGenerator.cpp

  Log Message:
  -----------
  [JSC] Fix NoUncountedMember in WasmConstExprGenerator
https://bugs.webkit.org/show_bug.cgi?id=314998

Reviewed by Keith Miller.

ConstExprGenerator held a raw reference to ModuleInformation, which
trips NoUncountedMemberChecker. Hold it as const Ref, and mark the
class WTF_FORBID_HEAP_ALLOCATION since it is stack-only.

* Source/JavaScriptCore/wasm/WasmConstExprGenerator.cpp:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to